Frieder Schrempf
6 months ago
No known key found for this signature in database
GPG Key ID: E7DD51F45F833802
1 changed files with
3 additions and
2 deletions
-
variants/ikoka_handheld_nrf/IkokaNrf52Board.h
|
|
|
@ -1,11 +1,12 @@ |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <MeshCore.h> |
|
|
|
#include <Arduino.h> |
|
|
|
#include <MeshCore.h> |
|
|
|
#include <helpers/NRF52Board.h> |
|
|
|
|
|
|
|
#ifdef IKOKA_NRF52 |
|
|
|
|
|
|
|
class IkokaNrf52Board : public mesh::MainBoard { |
|
|
|
class IkokaNrf52Board : public NRF52Board { |
|
|
|
protected: |
|
|
|
uint8_t startup_reason; |
|
|
|
|
|
|
|
|