circuitpython/ports/raspberrypi/boards/pimoroni_badger2040/badger-shared.h

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 10:56:02 -04:00
#ifndef PIMORONI_BADGER2040_SHARED
#define PIMORONI_BADGER2040_SHARED
#include "shared-bindings/digitalio/DigitalInOut.h"
2022-03-30 12:44:36 -04:00
extern digitalio_digitalinout_obj_t enable_pin_obj;
2022-03-28 10:56:02 -04:00
2022-03-28 13:34:39 -04:00
#endif // PIMORONI_BADGER2040_SHARED