Added M5 Tough option
This commit is contained in:
@@ -11,6 +11,7 @@ namespace axp192 {
|
||||
enum AXP192Model {
|
||||
AXP192_M5STICKC = 0,
|
||||
AXP192_M5CORE2,
|
||||
AXP192_M5TOUGH,
|
||||
};
|
||||
|
||||
#define SLEEP_MSEC(us) (((uint64_t)us) * 1000L)
|
||||
|
||||
Reference in New Issue
Block a user