Commit graph

33 commits

Author SHA1 Message Date
Kristian Lauszus
25c8d87ba2 Added several variables to BluetoothService class
Also moved attachOnInit function into BluetoothService class, but this really belong somewhere else
2014-09-02 02:02:17 -07:00
Andrew J. Kroll
f1af9b08ec Janitorial, whitespace fixes. No new code. 2013-12-25 05:09:57 -05:00
Kristian Lauszus
ed36d04e7c Move all L2CAP states etc. into BTD.h, so the different drivers does not conflict when used together 2013-12-11 09:29:38 +01:00
Kristian Lauszus
4533e3cd44 Allow SPP to work in Arduino 0.2.3 and below 2013-12-07 00:26:49 +01:00
Kristian Lauszus
2de6238a6b Updated comment about Stream class 2013-11-25 18:20:22 +01:00
Kristian Lauszus
148b67ca2d Fixed flush
It behaved like prior Arduino 1.0
2013-11-25 18:15:10 +01:00
Kristian Lauszus
eed70438be Set default pin to “0000” 2013-11-25 02:20:57 +01:00
Kristian Sloth Lauszus
8a397bdf8f Check FCS of incoming bytes
Source: http://lxr.free-electrons.com/source/net/bluetooth/rfcomm/core.c#L172
2013-08-03 02:12:55 +02:00
Kristian Sloth Lauszus
0e2ae2c8b7 Fixed some comments 2013-05-07 01:01:55 +02:00
Kristian Sloth Lauszus
e6a557870b The SPP Class now inherit from the Arduino Stream library 2013-05-07 00:06:49 +02:00
Kristian Sloth Lauszus
5b95368438 Fixed typos 2013-04-08 00:18:25 +02:00
Kristian Sloth Lauszus
0df6d40fce Replace do while loop with while loop 2013-04-07 17:21:28 +02:00
Kristian Sloth Lauszus
813c5192d4 Can now print more than 60 bytes 2013-04-03 20:36:55 +02:00
Andrew J. Kroll
904f2ff25a Clean up code formatting to industry standards. 2013-03-28 04:46:43 -04:00
Kristian Sloth Lauszus
6e00fd25d4 Removed printTimer 2013-03-06 17:04:35 +01:00
Kristian Sloth Lauszus
f2410f8b30 Updated comment 2013-02-21 22:33:31 +01:00
Kristian Sloth Lauszus
8a22dd66e7 Added printFlashString function 2013-02-20 22:43:38 +01:00
Kristian Sloth Lauszus
734f004671 Added intToString(int32_t input, char* output) function 2013-02-20 22:25:33 +01:00
Kristian Sloth Lauszus
09c5b6c5a3 Added more printNumber functions 2013-02-20 22:05:56 +01:00
Kristian Sloth Lauszus
2266398b28 Updated documentation 2013-02-17 01:25:49 +01:00
Kristian Sloth Lauszus
1333e9a63b Updated comments to work with Doxygen 2013-02-05 19:51:45 +01:00
Kristian Sloth Lauszus
f8beb5cfa7 Fixed doubleToString function 2013-02-02 00:42:19 +01:00
Kristian Sloth Lauszus
a4f21cea8c Added ability to print floating-point numbers 2012-12-16 18:42:02 +01:00
Kristian Sloth Lauszus
8f7d93896e Added ability to print negative numbers 2012-10-23 22:49:19 +02:00
Kristian Lauszus
702b07d03c Added flush() 2012-10-09 20:41:47 +02:00
Kristian Lauszus
a3ad5f2cdd Added support for Wiimote 2012-08-21 14:31:11 +02:00
Kristian Lauszus
f21ebf858f Decreased data buffer 2012-08-17 14:16:37 +02:00
Kristian Lauszus
7a867e68ed Use pointer instead of buffer 2012-08-08 20:01:10 +02:00
Kristian Lauszus
1ff0135b31 Some minor changes 2012-08-08 05:40:53 +02:00
Kristian Lauszus
ec53a2e4ba Added printNumber()
Still not working 100% - crashes sometimes
2012-08-05 01:14:39 +02:00
Kristian Lauszus
0cfe91a044 Added support to send Strings 2012-08-04 20:57:37 +02:00
Kristian Lauszus
a093e777d3 Several minor changes 2012-08-04 19:46:32 +02:00
Kristian Lauszus
a5e1755fa7 First release 2012-08-04 12:20:47 +02:00