This is a very basic bluetooth program which sends data (a number in this case) through bluetooth module to a PC or smart phone (simply any device which has bluetooth connectivity) and increments the number every 500 ms and writes it to the screen with the regular printf function.
Diff: main.cpp
- Revision:
- 1:4e5b38982e90
- Parent:
- 0:818577562aa4
- Child:
- 2:14757fbab275
--- a/main.cpp Thu Jul 09 07:39:16 2015 +0000 +++ b/main.cpp Thu Jul 09 07:41:52 2015 +0000 @@ -6,10 +6,10 @@ * * @description of the program: * -* This is a very basic bluetooth program which sends data(a number in this case) -* through bluetooth module to a PC or smart phone(simply any device which has -* bluetooth connectivity) and increments it every 500 ms and writes it to the screen -* with the regular printf function. +* This is a very basic bluetooth program which sends data (a number in this case) +* through bluetooth module to a PC or smart phone (simply any device which has +* bluetooth connectivity) and increments the number every 500 ms and writes it +* to the screen with the regular printf function. * * @connections: *--------------------------------------------------------------