Skip to content

v2.0.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrewjaykeller andrewjaykeller released this 31 Jul 22:07

v2.0.0

New Features

  • Added Wifi Shield Compatibility
  • Added ability to change sample rates

Breaking Changes

  • Changed MCP3912 setup to NOT accept sample rate passed into it

Beta5

Moved ref to dev branch

Beta4

Enhancements

  • Needed to update sample rate setting functions to match the Cyton responses and thus work with wifi drivers.
  • Add more helper printing functions to reduce code string foot prints such as ::printSampleRate(), ::printFailure(), and ::printSuccess()

Beta3

New Features

  • Send gains after connecting to Wifi shield

Beta2

The overall goal was to clean the wifi code out of the library so it would not be needed when you are building a bare board.

Bug Fixes

  • Weird timing issue with wifi shield

Breaking Changes

  • Removed all wifi code and put into new library that must be included! The new library is a called OpenBCI_Wifi_Master_Library. It is simply included when wifi is wanted.
  • Removed .loop() function from library and all other wifi*.() functions.
  • DefaultGanglion.ino now has wifi code.

Files

  • Removed WifiGanglion.ino
  • Add GanglionNoWifi.ino example

Beta1

  • Initial release with wifi