1
0
Fork 0

Init project

Add LICENSE and README
Basic platformio project structure with required libs
This commit is contained in:
trotFunky 2023-09-09 18:01:24 +01:00
commit 2c296eff16
5 changed files with 282 additions and 0 deletions

9
src/main.cpp Normal file
View file

@ -0,0 +1,9 @@
#include <Arduino.h>
#include <Wire.h>
#include <SPI.h>
#include <MFRC522v2.h>
__attribute__((noreturn)) int main() {
}