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.

8 lines
206 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"
digitalio_digitalinout_obj_t enable_pin_obj;
#endif // PIMORONI_BADGER2040_SHARED