Mirror with some correction

Dependencies:   mbed FastIO FastPWM USBDevice

TinyDigitalIn/TinyDigitalIn.cpp

Committer:
arnoz
Date:
2021-10-01
Revision:
116:7a67265d7c19
Parent:
82:4f6209cb5c33

File content as of revision 116:7a67265d7c19:

#include "TinyDigitalIn.h"

// Dummy port for NC (not connected) ports.  This is simply a memory
// location that always reads as all ones.  This lets us set up a pointer
// in the instance so that we can read it as though it were really
// connected to a port, but the port will always read as pulled up.
const uint32_t TinyDigitalIn::pdir_nc = 0xFFFFFFFF;