adafruit / Adafruit_BLE_PinIO

Modified Firmata code to work with Adafruit's Bluefruit LE Modules
https://learn.adafruit.com/bluefruit-le-connect-for-ios/
GNU Lesser General Public License v2.1
24 stars 15 forks source link

actionified, formatted and doxy'd #17

Open siddacious opened 4 years ago

siddacious commented 4 years ago

@ladyada This on is ready for review; I did my best on the dox from reading the code and stealing liberally from the Firmata docs.

The tests are "passing" however the StandardFirmata test is effecively being skipped because it was failing on all of the platforms as you can see here: https://github.com/adafruit/Adafruit_BLE_PinIO/pull/17/checks?check_run_id=556705472

The other tests are covered by uno, leonardo and cpx so let me know if you'd like me to only test those ones or something else