Files
MeshCore/variants/thinknode_m2/ThinknodeM2Board.h
T
Scott PowellandFlorent efc527a30a Merge branch 'dev'
# Conflicts:
#	docs/payloads.md
2026-08-09 14:36:53 -04:00

14 lines
277 B
C++

#pragma once
#include <Arduino.h>
#include <helpers/RefCountedDigitalPin.h>
#include <helpers/ESP32Board.h>
class ThinknodeM2Board : public ESP32Board {
public:
void begin();
uint16_t getBattMilliVolts() override;
const char* getManufacturerName() const override ;
};