Commit Graph

39 Commits

Author SHA1 Message Date
Federico Fissore
4b93f42f41 Examples: mass code format. See example_formatter.conf 2015-07-06 15:19:05 +02:00
Federico Fissore
c925fa611f Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191 2015-05-20 17:10:06 +02:00
Ish Gupta
472c10752a Updated cursor.ino
Previous commit broke the actual functionality. The code was confusing and worked until the previous commit.
The changes make it logically and functionally correct.
2015-05-14 18:30:17 +05:30
Arturo Guadalupi
ea5de4455a Cherry picked fix from 87865ac19df2f55e3d073cf5dc7ba08c0de4c584 2015-01-22 17:04:59 +01:00
Cristian Maglie
ec1cacefb6 Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2014-07-24 14:46:05 +02:00
Ankit Daftery
a8a2e47a3f Update HelloWorld.ino
Adding power connections, just to be thorough
2014-07-03 13:08:12 +05:30
Cristian Maglie
5807f587f5 Merge branch 'master' into ide-1.5.x
Conflicts:
	build/shared/examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino
	build/shared/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.ino
	libraries/LiquidCrystal/examples/CustomCharacter/CustomCharacter.ino
	libraries/SD/examples/listfiles/listfiles.ino
2013-11-12 09:45:56 +01:00
Scott Fitzgerald
bd481b0c7b Modified LCD custom character example
moved lcd.begin() to the beginnng of the setup() and fixed an issue
that prevented the example from compiling. When calling lcd.write()
with an argument of 0, the 0 must be cast a s a byte.
2013-11-11 16:41:12 +04:00
Federico Fissore
40fd0b306a Fixed compilation errors with some examples 2013-10-21 13:16:51 +02:00
Federico Fissore
e0a4493868 Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Cristian Maglie
b2cbc5eb4c LiquidCrystal library is already multiplatform compliant, moved into libraries folder 2012-09-03 16:13:28 +02:00
Federico Vanzati
b57bba1cfc updated URLs in LiquidCrystal examples 2012-04-11 12:56:31 +02:00
Cristian Maglie
904942006e Moved libraries folder inside platform folder. Now libraries and examples are searched per board/platform 2012-01-04 15:14:51 +01:00
Zach Eveland
84638cbd98 Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot"
This reverts commit df9835efafd13685251749bc210c0b96a18a96a5, reversing
changes made to ec45af8bfa9222a807c075dd1db4b5aa798bba03.

Conflicts:

	hardware/arduino/variants/mega/pins_arduino.h
	libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino
2011-10-27 11:45:13 -04:00
Zach Eveland
ed3c7de46f Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot
Conflicts:
	app/src/processing/app/Editor.java
	app/src/processing/app/Sketch.java
	build/shared/examples/4.Communication/SerialCallResponse/SerialCallResponse.pde
	build/shared/lib/theme/theme.txt
	hardware/arduino/cores/arduino/HardwareSerial.h
	hardware/arduino/cores/arduino/Print.cpp
	hardware/arduino/cores/arduino/WString.h
	hardware/arduino/variants/mega/pins_arduino.h
	libraries/Ethernet/examples/PachubeClient/PachubeClient.ino
	libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino
	libraries/Firmata/examples/EchoString/EchoString.ino
	libraries/SD/File.cpp
	libraries/SoftwareSerial/SoftwareSerial.cpp
	libraries/SoftwareSerial/SoftwareSerial.h
	libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino
	libraries/SoftwareSerial/keywords.txt
2011-10-27 09:32:27 -04:00
Tom Igoe
6530a3b218 Changed all .pde examples to .ino
All examples in /build/shared/examples/ and /libraries/ have had their
extensions changed to .ino
2011-08-30 15:33:32 -04:00
Tom Igoe
f3ea1afd04 Added example to demonstrate LiquidCrystal chreateChar() function 2011-05-12 17:03:07 -04:00
Tom Igoe
1a9759a112 Added example to demonstrate LiquidCrystal chreateChar() function 2011-03-21 12:27:18 -04:00
David A. Mellis
4eac8d4769 Modifying examples to use Serial.write() instead of Serial.print(BYTE). 2011-02-26 14:04:41 -05:00
David A. Mellis
eecd3b3f43 Modifying examples to use Serial.write() instead of Serial.print(BYTE). 2011-02-26 13:57:41 -05:00
Tom Igoe
a2ce323bae fixed comments in LIquidCrystal examples per issue 402 2010-11-22 09:36:23 -05:00
Tom Igoe
67133486a3 Added public domain notice 2010-02-24 03:49:03 +00:00
Tom Igoe
cd518fbf5c Added public domain notice 2010-02-24 03:48:54 +00:00
Tom Igoe
e2e448b49e Added public domain notice 2010-02-24 03:48:44 +00:00
Tom Igoe
20b258275d Added public domain notice 2010-02-24 03:48:43 +00:00
Tom Igoe
be83c22a9a Added public domain notice 2010-02-24 03:48:38 +00:00
Tom Igoe
04ab873ee0 Added public domain notice 2010-02-24 03:48:34 +00:00
Tom Igoe
1c469e2182 Added public domain notice 2010-02-24 03:48:28 +00:00
Tom Igoe
8bdf64511c Added public domain notice 2010-02-24 03:48:25 +00:00
Tom Igoe
19e9cbfe78 Added public domain notice 2010-02-24 03:48:20 +00:00
Tom Igoe
7c3dbd15e8 Corrected comments in LiquidCrystal examples 2010-02-08 23:36:02 +00:00
Tom Igoe
4f93a8f0aa Corrected comments in LiquidCrystal examples 2010-02-08 23:35:15 +00:00
Tom Igoe
ed899cd2dd Corrected comments in LiquidCrystal examples 2010-02-08 23:34:07 +00:00
Tom Igoe
87aa682b17 Corrected comments in LiquidCrystal examples 2010-02-08 23:31:21 +00:00
Tom Igoe
519f664f5e Corrected comments in LiquidCrystal examples 2010-02-08 23:26:07 +00:00
Tom Igoe
d02b3aa0aa Corrected comments in LiquidCrystal examples 2010-02-08 23:24:18 +00:00
Tom Igoe
6837803f21 Corrected comments in LiquidCrystal examples 2010-02-08 23:21:13 +00:00
Tom Igoe
fefdbb886b 2010-02-08 23:13:59 +00:00
David A. Mellis
2ab7603f31 Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00