You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
255 B

#pragma once
#include <Arduino.h>
#include <helpers/ESP32Board.h>
class ThinkNodeM9Board : public ESP32Board {
public:
void begin();
void powerOff() override;
const char* getManufacturerName() const override;
uint32_t getIRQGpio() override;
};