Sketch1.ino 255 B

123456789101112131415
  1. /*
  2. Name: Sketch1.ino
  3. Created: 01.03.2022 15:04:20
  4. Author: wruser
  5. */
  6. // the setup function runs once when you press reset or power the board
  7. void setup() {
  8. }
  9. // the loop function runs over and over again until power down or reset
  10. void loop() {
  11. }