Techno-romantic jewlery based on Adafruit Feather HUZZAH and NeoPixel Matrix Featherwing
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

config-example.h 414B

1234567891011
  1. #define DEBUG true
  2. // [If you haven't done so already] copy config-example.h to config.h
  3. // When DEBUG is true, board's MAC address is printed to serial
  4. // Once you copy MAC addresses of both mates, use them as YIN/YANG below.
  5. // You can then upload the same code to both mates (each would know to
  6. // scan for the other one, and not for itself).
  7. #define YIN "11:22:33:44:55:66"
  8. #define YANG "ff:ee:dd:cc:bb:aa"