1
0
Fork 0

Init project

Add LICENSE and README
Basic platformio project structure with required libs
This commit is contained in:
Teo-CD 2023-09-09 17:53:53 +01:00
commit 378d116129
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() {
}