Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
214 B
C
Raw Normal View History

2022-03-28 15:56:02 +01:00
#ifndef PIMORONI_BADGER2040_SHARED
#define PIMORONI_BADGER2040_SHARED
#include "shared-bindings/digitalio/DigitalInOut.h"
2022-03-30 17:44:36 +01:00
extern digitalio_digitalinout_obj_t enable_pin_obj;
2022-03-28 15:56:02 +01:00
2022-03-28 18:34:39 +01:00
#endif // PIMORONI_BADGER2040_SHARED