feat(xod-tabtest): created

This commit is contained in:
Victor Nakoryakov
2018-03-18 00:10:30 +03:00
committed by Victor Nakoryakov
parent 32200a6b9d
commit 5b163f552d
65 changed files with 2570 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
#include "Arduino.h"
uint32_t millis() {
return 0;
}
void delay(uint32_t) {
// no-op
}