Deduplicate DC/DC regulator enable for NRF52 boards
Some NRF52 boards are able to use the internal power-efficient DC/DC regulator. Add a new class that can be inherited by board classes to enable this feature and reduce the power consumption. Signed-off-by: Frieder Schrempf <frieder@fris.de>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#endif
|
||||
#define Serial Serial1
|
||||
|
||||
class WioWM1110Board : public NRF52Board {
|
||||
class WioWM1110Board : public NRF52BoardDCDC {
|
||||
public:
|
||||
void begin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user