Go to file
Alexander Popov cada05fe4a
Add Loading splash
2024-01-28 01:30:25 +03:00
Difficulty 01 read time led blink from serial 2023-02-24 20:57:09 +03:00
OLED Add Loading splash 2024-01-28 01:30:25 +03:00
RFID-RC522 rfid 2023-06-04 18:27:50 +03:00
SDCard sdcard example 2023-06-04 16:12:23 +03:00
.editorconfig sdcard example 2023-06-04 16:12:23 +03:00
README.md sdcard example 2023-06-04 16:12:23 +03:00

README.md

Start sketch

/**
 * Sketch description
 * 
 * Author: Alexander Popov
 * License: Unlicense
 */

void setup() {
  // ...
}

void  loop() {
  // ..
}