Added M5 Tough option

This commit is contained in:
paulchilton
2022-12-31 17:04:51 +00:00
committed by GitHub
parent ca65bd6e48
commit a1d5441cda

View File

@@ -11,6 +11,7 @@ namespace axp192 {
enum AXP192Model {
AXP192_M5STICKC = 0,
AXP192_M5CORE2,
AXP192_M5TOUGH,
};
#define SLEEP_MSEC(us) (((uint64_t)us) * 1000L)