You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
160 B

  1. #include <derfunke.h>
  2. void setup()
  3. {
  4. Serial.begin(115200);
  5. // welcome serial output header
  6. df_header_print();
  7. }
  8. void loop()
  9. {
  10. delay(500);
  11. }