Commit graph

56 commits

Author SHA1 Message Date
Andrew J. Kroll 13950453c9 Fixes for spi4teensy3 on 3.5/3.6. Be sure to update your spi4teensy3 library as well. 2017-08-14 03:39:38 -04:00
Kristian Sloth Lauszus 42948831ce Explicit cast millis() and micros() to uint32_t, as it is uint64_t on the Arduino 101 2017-02-12 16:58:14 +01:00
Kristian Sloth Lauszus 6fb48f48e4 Fix millis() and micros() rollover bug
Also replace long with int32_t, so it is not architecture dependent
2017-02-12 15:10:07 +01:00
Kristian Sloth Lauszus feb7112517 Merge branch 'master' into SPI
Conflicts:
	examples/testusbhostFAT/testusbhostFAT.ino
2015-04-07 15:08:02 +02:00
Kristian Sloth Lauszus 54aef653fe Update master makefile 2015-04-05 00:55:26 +02:00
Kristian Sloth Lauszus d79de9d704 Update makefile to work with newest version of Arduino 2015-04-05 00:46:43 +02:00
Kristian Sloth Lauszus 2eea8d4112 Update submodules 2015-04-05 00:22:36 +02:00
Kristian Sloth Lauszus 9e32aef86c Replace boolean with bool 2015-04-05 00:18:52 +02:00
Kristian Sloth Lauszus 67a7a66d3d Updated to newest version of testusbhostFAT
Fixes #143
2015-04-05 00:17:51 +02:00
Kristian Sloth Lauszus a9dd112502 Update submodules 2015-03-03 19:10:46 +01:00
Kristian Sloth Lauszus 22d82ecd0a SPI library was added twice after merge - see: c39e8a180c 2015-03-03 19:08:39 +01:00
Kristian Sloth Lauszus c39e8a180c Merge branch 'master' into SPI
Conflicts:
	examples/Bluetooth/SPPMulti/SPPMulti.ino
	examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino
	settings.h
	usbhost.h
2015-03-03 18:56:59 +01:00
Kristian Sloth Lauszus 881c4df046 Merge branch 'master' into dev
Conflicts:
	BTD.h
	BTHID.h
	PS3BT.h
	SPP.h
	Wii.h
2015-02-24 01:28:28 +01:00
Kristian Sloth Lauszus 6047962d60 Merge branch 'xxxajk'
Conflicts:
	XBOXUSB.h
	examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino
	hiduniversal.h
	settings.h
	usbhost.h
2015-02-22 18:25:22 +01:00
Andrew J. Kroll bd8c8e7404 Fix use of "bool" so ARM compiles correctly 2015-02-19 03:14:39 -05:00
Oleg Mazurov 64e3f92700 gh sync 2014-09-22 17:03:16 -06:00
Kristian Lauszus 961bf1c4ae Update submodules 2014-09-10 00:27:55 -07:00
Andrew J. Kroll 900af96c9c Merge master 2014-08-04 06:15:19 -04:00
Kristian Lauszus 7d3154bce7 Work around Arduino IDE bug
See: https://github.com/arduino/Arduino/pull/1726
2014-08-02 18:57:37 -04:00
Andrew J. Kroll f349d61dfc Update heads Sat Jul 26 22:41:08 UTC 2014 2014-07-26 18:41:25 -04:00
Andrew J. Kroll e78d880bb4 Update heads Mon Jun 30 16:53:58 UTC 2014 2014-06-30 12:54:16 -04:00
Andrew J. Kroll 5776195523 Update heads Tue Jun 24 21:46:25 UTC 2014 2014-06-24 17:46:43 -04:00
Andrew J. Kroll 16689cdf14 Update heads 2014-06-12 23:12:43 -04:00
Andrew J. Kroll 7034b2d4aa Update heads 2014-06-02 17:37:54 -04:00
Andrew J. Kroll 05bbfaad6f Update heads 2014-06-02 10:48:29 -04:00
Kristian Lauszus d9dac13225 Updated testusbhostFAT example and submodules 2014-05-27 09:42:13 +02:00
Kristian Lauszus af2e8d5184 Removed files used for Netbeans project 2014-03-18 18:37:02 +01:00
Kristian Lauszus 00ae0d138f Updated submodules 2014-03-18 18:29:47 +01:00
Andrew J. Kroll 7e826ab32b Fix accidental comment paste. 2014-03-03 19:46:08 -05:00
Kristian Lauszus c98832a9e6 Updated submodules 2014-01-10 18:07:28 +01:00
Kristian Lauszus 0e0b48b3c8 Use the submodules in the makefile 2013-11-24 16:03:52 +01:00
Kristian Lauszus 191cdf9e2c Updated testusbhostFAT example and submodules 2013-11-24 16:03:28 +01:00
Kristian Sloth Lauszus 81f0978cc8 Update all submodules 2013-10-21 20:25:28 +02:00
Kristian Sloth Lauszus 45c1297a91 Removed all unnecessary includes since there is no need to do that anymore
Also renamed all example extensions to .ino
2013-10-02 00:49:46 +02:00
Andrew J. Kroll 372e37e34f Update from head 2013-09-23 18:52:29 -04:00
Andrew J. Kroll 4bb0011713 Update from head 2013-09-23 18:48:44 -04:00
Andrew J. Kroll f0f83ec501 sync example updates 2013-09-23 04:55:43 -04:00
Andrew J. Kroll 42a1be314f Update README.md 2013-09-02 04:19:55 -04:00
Andrew J. Kroll 0f0dd90ef8 Add RTClib 2013-09-02 04:19:31 -04:00
Andrew J. Kroll 5dcc65cab9 updates from head 2013-09-02 04:09:49 -04:00
Andrew J. Kroll d46f251345 Update testusbhostFAT 2013-09-02 04:04:28 -04:00
Oleg Mazurov 221fa78078 power control and stuff 2013-08-09 15:45:27 -06:00
Andrew J. Kroll 3d16d6f9d6 testusbhostFAT Updates 2013-08-09 02:27:34 -04:00
Andrew J. Kroll 0169e99af7 Updates to testusbhostFAT 2013-08-09 00:18:25 -04:00
Andrew J. Kroll f93c9d8a9a merge testusbhostFAT library updates 2013-08-09 00:10:13 -04:00
Oleg Mazurov a8bc10f7f5 message 2013-06-18 17:01:29 -06:00
Kristian Sloth Lauszus da0622a5f1 Uploaded newest testusbhostFAT code 2013-06-18 23:24:20 +02:00
Oleg Mazurov ca0b0588d1 commit message 2013-06-11 21:14:16 -06:00
Oleg Mazurov c979798fcc commit message 2013-06-11 21:12:45 -06:00
Kristian Sloth Lauszus d27ca9822d Fixed path to libraries 2013-06-10 20:32:09 +02:00