Commit graph

293 commits

Author SHA1 Message Date
Kristian Lauszus
2fb8dcf8ae Better print routines
Also added ability to print arrays
2012-07-31 21:10:25 +02:00
Kristian Lauszus
90f477a1c0 Fixed bug in L2CAP_Command 2012-07-31 20:10:36 +02:00
Kristian Lauszus
abd6048bab Now works with Galaxy S running Gingerbread
Thanks to Sebastian for feedback
2012-07-31 19:07:23 +02:00
Kristian Lauszus
a8e751bb3f Now disconnects properly 2012-07-27 11:32:31 +02:00
Kristian Lauszus
abf19a924e Edited debug text 2012-07-27 10:18:06 +02:00
Kristian Lauszus
0c56bfdb81 Added text about RFCOMM 2012-07-27 01:42:45 +02:00
Kristian Lauszus
b2df888783 Added RFCOMM keywords 2012-07-27 02:19:52 +03:00
Oleg Mazurov
325b722957 modified keywords.txt 2012-07-26 17:15:30 -06:00
Oleg Mazurov
9a58f9b94d RFCOMM 2012-07-26 17:02:12 -06:00
Oleg Mazurov
1c5553e7bf fixing conflict 2012-07-26 16:59:41 -06:00
Oleg Mazurov
6f456f1c12 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 16:32:54 -06:00
Kristian Lauszus
2dc6583f06 Fixed printReport() 2012-07-27 00:21:26 +02:00
Kristian Lauszus
2d4548e310 Windows can now also send data to the Arduino 2012-07-27 00:02:13 +02:00
Kristian Lauszus
85af55e0aa Added delay in example sketch
Some devices resets when it tries to send several bytes in each loop
2012-07-26 21:34:06 +02:00
Oleg Mazurov
f7b967bcfb Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 13:05:13 -06:00
Kristian Lauszus
7b1f2df212 Now working with Windows 2012-07-26 21:03:06 +02:00
Oleg Mazurov
8f2e695465 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 11:41:24 -06:00
Kristian Lauszus
d06da65bb1 Combined L2CAP commands 2012-07-26 19:34:01 +02:00
Oleg Mazurov
becfcd0270 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-26 11:31:25 -06:00
Kristian Lauszus
0c6d208823 Moved a lot of data to flash 2012-07-26 19:17:52 +02:00
Oleg Mazurov
a0593410c9 Merge branch 'dev' of github.com:felis/USB_Host_Shield_2.0 into dev 2012-07-24 15:49:00 -06:00
Oleg Mazurov
13884b6b6a ms 2012-07-24 15:48:47 -06:00
Kristian Lauszus
02b2deb6cd Moved example sketch to example folder 2012-07-24 22:25:04 +02:00
Kristian Lauszus
fd7f1d50d0 Added RFCOMM 2012-07-24 22:23:59 +02:00
Oleg Mazurov
1dbf3f1740 Merge pull request #24 from TKJElectronics/master
Added error check for wireless controllers and wireless receivers
2012-07-18 10:30:54 -07:00
Kristian Lauszus
3c14815f9b Added error check for wireless controllers and wireless receivers 2012-07-18 19:27:26 +02:00
Oleg Mazurov
19bf7e007d Merge pull request #23 from TKJElectronics/master
Check microcontroller type before defining Mega ADK
2012-07-17 10:00:56 -07:00
Kristian Lauszus
9d49f803fa Added support for the Xbox 360 controller 2012-07-17 18:41:05 +02:00
Kristian Lauszus
9e22dce46c Removed prog_char
prog_char is deprecated, as described here:
http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html
2012-06-23 00:17:23 +02:00
Kristian Lauszus
9460daf941 Check microcontroller type before defining Mega ADK
This allows the users to easily use an ADK and for instance an Uno
without needing to edit avrpins.h every time
2012-06-22 22:41:02 +02:00
Oleg Mazurov
baf94b6188 Merge pull request #22 from TKJElectronics/master
Added support for Arduino Leonardo
2012-06-02 06:01:34 -07:00
Kristian Lauszus
0ccffe946c Added support for Arduino Leonardo
The Teensy 2.0 is no longer the default, as both the Leonardo and
Teensy 2.0 is using the ATmega32u4.
To use the Teensy 2.0 you have to uncomment "#define BOARD_TEENSY" in
avrpins.h
2012-06-02 14:49:55 +02:00
Oleg Mazurov
0a02474628 Merge pull request #21 from TKJElectronics/master
Improved getAngle() and added getTemperature()
2012-06-01 13:52:02 -07:00
Kristian Lauszus
d251a48fb1 Added getTemperature() 2012-06-01 18:47:15 +02:00
Kristian Lauszus
053786b125 Updated getAngle() function 2012-06-01 17:27:21 +02:00
Kristian Lauszus
b07aac63e1 Minor update 2012-05-30 23:55:07 +02:00
Oleg Mazurov
dc9da41fa5 Merge pull request #20 from TKJElectronics/master
The largest change is that the syntax for the move controller is now the same as the other controllers
2012-05-28 13:46:02 -07:00
Kristian Lauszus
9d6eb2d69b Created same syntax for Move controller 2012-05-28 21:53:20 +02:00
Kristian Lauszus
91fbbfad3b Fixed some errors 2012-05-28 21:02:43 +02:00
Kristian Lauszus
67a8969711 A few minor changes 2012-05-27 16:12:27 +02:00
Oleg Mazurov
461576adf7 Merge pull request #18 from TKJElectronics/master
Updated the README file
2012-05-26 12:45:33 -07:00
Kristian Lauszus
d7464b16b4 Updated the readme 2012-05-26 10:15:56 +02:00
Oleg Mazurov
d9878181ca Merge pull request #17 from TKJElectronics/master
After several request I decided to port the library to USB too
2012-05-25 17:03:45 -07:00
Kristian Lauszus
a53b333660 Added USB version of the library
After several request I decided to port the library to a USB version
2012-05-26 01:48:12 +02:00
Kristian Lauszus
d638d726e2 Several minor adjustments 2012-05-26 01:46:18 +02:00
Oleg Mazurov
c28a671695 Merge pull request #16 from TKJElectronics/master
Combined constructors and created separate flags for read bdaddr and read local version
2012-05-25 11:11:26 -07:00
Kristian Lauszus
b66a8f214c Added small delay in example sketch
Also fixed qNextPollTime
2012-05-25 19:59:00 +02:00
Kristian Lauszus
6b93de24ce Created separate flags for read bdaddr and read local version
Sometimes it didn't read the bluetooth address correctly, but still
just went on with the state machine.
The start number og reset loops also had to be increased.
2012-05-25 18:29:58 +02:00
Kristian Lauszus
73427c0384 Combined constructors 2012-05-24 14:39:01 +02:00
Oleg Mazurov
71dcc7e534 Merge pull request #15 from TKJElectronics/master
Several minor commits
2012-05-09 10:51:21 -07:00