RP2040: Enable ExternalNotification and RangeTest Module, set randomSeed (#2664)

* Enable ExternalNotification (and RangeTest) Module

* Set a random seed at boot
This commit is contained in:
GUVWAF
2023-07-29 14:19:58 +02:00
committed by GitHub
parent 3d697f8cf4
commit ffcc1a0275
6 changed files with 19 additions and 4 deletions

View File

@@ -19,6 +19,7 @@
// SDA = 4
// SCL = 5
#define EXT_NOTIFY_OUT 22
#define BUTTON_PIN 17
#define LED_PIN PIN_LED