Init project
Add LICENSE and README Basic platformio project structure with required libs
This commit is contained in:
commit
378d116129
5 changed files with 282 additions and 0 deletions
9
src/main.cpp
Normal file
9
src/main.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <Arduino.h>
|
||||
#include <Wire.h>
|
||||
#include <SPI.h>
|
||||
|
||||
#include <MFRC522v2.h>
|
||||
|
||||
__attribute__((noreturn)) int main() {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue