Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added header to sketch
  • Loading branch information
ric10003 committed Jan 10, 2019
1 parent 4ae1cc2 commit 0a6fb06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions timer_arduino/timer_arduino.ino
@@ -1,3 +1,11 @@
//(c) Copyright 2018 Radu Corcodel
// Developers: Radu Corcodel
//
// Scope of code: Arduino sketch for a darkroom timer with a Touch Sensitive LCD as user
// interface.
//
// License: Code is licensed under Creative Commons Attribution-NonCommercial (CC BY-NC) https://creativecommons.org/licenses/by-nc/4.0/

#include <UTFT.h>
#include <URTouch.h>

Expand Down

0 comments on commit 0a6fb06

Please sign in to comment.