Add itender.ino arduino proxy code

Took 3 hours 32 minutes
This commit is contained in:
Tobias Hopp 2023-01-11 18:34:09 +01:00
parent 9626cb43c9
commit 05fa75f63c

View 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:
}