Neopixel seems to work

This commit is contained in:
Michal Moskal
2016-04-03 17:49:35 -07:00
parent 8a124812b6
commit c661fd0eca
3 changed files with 16 additions and 4 deletions

View File

@ -69,6 +69,13 @@ namespace pins {
if (!pin) return 0; \
return pin->op
//%
MicroBitPin *getPinAddress(int id) {
return getPin(id);
}
/**
* Read the specified pin or connector as either 0 or 1
* @param name pin to read from