Skip to content

0.11.1

Compare
Choose a tag to compare
@hathach hathach released this 10 Jul 15:08
· 1101 commits to master since this release
  • Update tinyusb core to support USB MIDI
  • Refactor Ada Callback, use ISCR to detect isr context. Use function instead of macro
  • Implement #240 run travis test with all example sketches
  • Fixed auto-start of advertising when central is connected, thanks to @ogatatsu PR #268
  • Added Tone()/noTone() functions
  • Travis-ci builds all sketches when commit code
  • Fixed setAppearance/getAppearance() typo, thanks to @paulmand3l PR #292
  • Fixed rssi_proximity_peripheral sketch, thanks to @dicobrazz PR #295
  • Fixed doc typo, thanks to @yvadher PR #296
  • Fixed HID usage code location comment in exmaple sketch, thanks to @stefandz PR #297
  • Fixed #277 conn LED doesn't stop when scanner is time out
  • Added connection handle to Bluefruit.connParied()