HC05 - updated example
This commit is contained in:
parent
357408c3a6
commit
b772fc915d
1 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
/*
|
||||
* KiteLib HC05 Example
|
||||
*
|
||||
* This example sends data using HC05 Bluetooth module.
|
||||
* HC05 works exactly like a Serial line, data are sent to the paired device.
|
||||
* The default pairing code for HC05 is 1234.
|
||||
KiteLib HC05 Example
|
||||
|
||||
This example sends data using HC05 Bluetooth module.
|
||||
HC05 works exactly like a Serial line, data are sent to the paired device.
|
||||
The default pairing code for HC05 is 1234.
|
||||
*/
|
||||
|
||||
// include the library
|
||||
|
|
Loading…
Add table
Reference in a new issue