1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
Commit Graph

192 Commits

Author SHA1 Message Date
e3a0eeb6df Changed HardwareSerial to call the C serial functions in wiring.h and wiring.c to save space. 2006-11-23 11:39:23 +00:00
8d6176d0a4 Adding Sonar library for controlling Parallax Ultrasonic PING))) sensors. 2006-11-21 18:16:03 +00:00
e0dfa25d13 Updated fetch.sh script to download guide. Pointing menu to correct getting started howto for platform. 2006-11-20 18:27:37 +00:00
6bcf40ea9a Adding binary.h for digital constants like B1010. 2006-11-20 17:47:04 +00:00
328ec9f8e3 Removing references to keyspan drivers from the Xcode project. 2006-11-20 17:45:13 +00:00
d85a21cdf4 Removing keyspan drivers so people don't install them by mistake (and because we don't need them). 2006-11-20 17:24:57 +00:00
9964122513 Now disconnecting the serial lines from pins 0 and 1 until you call Serial.begin(); that way they can be used as normal digital i/o. 2006-11-20 17:02:57 +00:00
22971709e4 Upping version to 0007. 2006-11-20 16:56:53 +00:00
6680b71602 Updated readme. 2006-10-21 20:42:21 +00:00
0adf6d2dfa Updated reference and readme. 2006-10-21 20:41:09 +00:00
fc614696d0 Noise in the Mac Xcode project file. 2006-10-21 20:40:47 +00:00
ccc3f4856e Now compiling for Java 1.4 VMs using Java 1.4 source. 2006-10-15 16:32:32 +00:00
9d13220743 Moved serial monitor baud rate from the Tools menu to the EditorStatus bar. No longer appending newline when pressing enter in the serial monitor edit field. 2006-10-15 13:48:45 +00:00
41d86d5a75 Added support for extra analog inputs and pwms on ATmega168. 2006-10-15 11:45:26 +00:00
debec4e37f Invsisible changes to Xcode project. Boh. 2006-10-15 11:45:01 +00:00
20cd09bc4c Updating version to 0006. 2006-10-15 11:38:16 +00:00
a113cb1880 Updates for releaes 0005 (a little late, whoops!) 2006-10-15 11:37:34 +00:00
9d62fdd479 Adding Wire (TWI/I2C) library from Wiring. Renamed TwoWire.cpp to Wire.cpp and Wire.h to Wire.cpp so that the #include in the sketch matches the name of the library. 2006-10-08 08:51:39 +00:00
6d0312411a Creating separate targets for PPC and intel avr-toolchains on the Mac. 2006-10-06 18:12:59 +00:00
1d4f039f36 Renaming Mac tools.zip to tools-ppc.zip in preparation for parallel builds. 2006-10-06 17:50:50 +00:00
28447e57a6 Adding instructions for chaning ARDUINO directory. 2006-10-05 22:47:55 +00:00
cf1f17886f Adding a Makefile to build Arduino programs from the command line, so that (mostly Linux users) can use Arduino without the environment or installing Java. 2006-10-05 22:40:59 +00:00
80084d5e86 Updating librxtxSerial.so in the build/linux/dist/lib dir. 2006-09-04 15:15:54 +00:00
22f516d978 Updating linux librxtxSerial.so to match the version of the rxtx .jar. 2006-09-03 17:28:16 +00:00
05404c12a3 Adding build.verbose prefence to print compilation command lines. 2006-09-01 10:45:32 +00:00
2bf3756af1 Adding blank target for people who don't want to use the Arduino libraries. 2006-09-01 10:44:35 +00:00
0072df253c Updated reference and fixed Windows dist (examples and run.bat). 2006-08-30 22:15:50 +00:00
a9af6dbd60 Disabling bootloader menu items when non-atmega8 selected. 2006-08-30 14:39:00 +00:00
dfdd7f5c02 Removing Foo library. 2006-08-30 14:38:33 +00:00
7fe87fe724 Quick hack to allow bigger code on the atmega168 (if build.mcu == atmega168, the upload.maximum_size gets doubled). 2006-08-30 11:47:34 +00:00
70b2be7831 Updated uisp to one which supports the atmega168. 2006-08-30 10:57:16 +00:00
c8c797daec Updated Windows FTDI drivers. 2006-08-27 17:00:20 +00:00
d124d2c24c Updated FTDI Mac drivers. 2006-08-27 16:52:40 +00:00
9190948f04 Adding intel mac version of the avr tools (though it's not yet used in the build process). 2006-08-27 15:20:52 +00:00
702229b2ec Removed three .lst files since I don't think they should be there. 2006-08-27 09:46:12 +00:00
fc1ca8a066 Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process. 2006-08-27 09:45:28 +00:00
3dbf0d32b2 Added Microcontroller menu for choosing between atmega8 and atmega168. 2006-08-27 09:44:12 +00:00
a3237d51fb Replaced uisp with a version that supports the atmega168 (thanks Massimo!) - still a PPC binary. 2006-08-27 09:32:21 +00:00
896194ff77 Got uart/usart serial communication working with the atmega168. Added some #define for the appropriate register and interrupt/signal names. 2006-08-26 11:35:39 +00:00
2f97a4b146 Got timer and pwm functions working with the ATmega168 (including pwm on pin 3); no longer relying on timer.c or timer.h from avrlib. 2006-08-26 09:56:40 +00:00
8b6864f3b8 Document random() functions and re-organizing readme.txt. 2006-08-13 09:59:31 +00:00
cb676dfa2a Adding Wiring-compatible random(min) and random(min, max) functions (except operating on longs instead of floats). 2006-08-13 09:59:06 +00:00
4ba8ffb6ee Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
77ecc6476c Adding interface for serial communication from PC to Arduino board. 2006-07-08 10:43:47 +00:00
f6f4fe59c5 Printing binary sketch size when compiling (in addition to when uploading). 2006-07-08 10:42:59 +00:00
73612d95e0 Commented out unused functions from timer.c to save space. 2006-07-04 22:08:35 +00:00
e9113e0320 Reversed analog input pins on ASCII art diagram to correspond with current boards. 2006-07-04 22:08:11 +00:00
b8923cfeee Fixed bug that sometimes uploaded old code versions. Now showing "compiling..." and "burning bootloader" messages. Up'ed version to 0005. 2006-07-04 18:57:47 +00:00
f636b93381 Updated readme. 2006-04-26 17:56:38 +00:00
27a1bda094 Updating to latest rxtx version. 2006-04-26 17:10:31 +00:00