Add itender.ino arduino proxy code
Took 3 hours 32 minutes
This commit is contained in:
parent
9626cb43c9
commit
05fa75f63c
14
arduino/itender/itender.ino
Normal file
14
arduino/itender/itender.ino
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Official proxy code for iTender GPIO Communication
|
||||
**/
|
||||
|
||||
|
||||
void setup() {
|
||||
// put your setup code here, to run once:
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user