thinknode_m5: add pca9557 expander

This commit is contained in:
Florent 2025-11-27 22:55:21 +01:00
parent d0f6def4f9
commit 24edd3cf20
5 changed files with 17 additions and 8 deletions

View file

@ -12,11 +12,14 @@
#include <helpers/ui/GxEPDDisplay.h>
#include <helpers/ui/MomentaryButton.h>
#endif
#include <Wire.h>
#include <PCA9557.h>
extern ThinknodeM5Board board;
extern WRAPPER_CLASS radio_driver;
extern AutoDiscoverRTCClock rtc_clock;
extern SensorManager sensors;
extern PCA9557 expander;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;