Skip to content

Commit

Permalink
Merge pull request #64 from PunchThrough/remove-set-services-example
Browse files Browse the repository at this point in the history
Remove set services example
  • Loading branch information
Stephen Stack authored Sep 23, 2016
2 parents c9c4bb9 + 708065e commit ef09e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
37 changes: 0 additions & 37 deletions examples/services/setServices.ino

This file was deleted.

9 changes: 3 additions & 6 deletions hardware/bean/avr/cores/bean/Bean.h
Original file line number Diff line number Diff line change
Expand Up @@ -752,12 +752,6 @@ class BeanClass {
* Sets services for the Bean to use (NOTE: disabling the standard service will no longer allow the Bean to connect to the Bean Loader)
*
* @param services the services to change
*
* # Examples
*
* This example prints the current Bluetooth service configuration, resets them, resets Bluetooth, then sets new values and prints those:
*
* @include services/setServices.ino
*/
void setServices(BluetoothServices services);

Expand Down Expand Up @@ -826,6 +820,9 @@ class BeanClass {

/**
* Performs a hard reset on the bluetooth module.
*
* WARNING: Advanced function. The misuse of this method can cause the Bean
* to repeatedly reboot, causing it to be unconnectable.
*/
void restartBluetooth(void);

Expand Down

0 comments on commit ef09e69

Please sign in to comment.