1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03:00
Commit Graph

38 Commits

Author SHA1 Message Date
963fde6c90 Updating readme. 2007-08-06 16:16:19 +00:00
1a4dfa9d87 Fixing SoftwareSerial bug (call to printByte('0') instead of print('0')). 2007-07-16 15:52:01 +00:00
d706245ea5 Added the Stepper motor library (and reference, and to the readme). 2007-05-17 17:34:48 +00:00
aa697966dc Updating readme with latest changes. 2007-05-04 22:05:53 +00:00
67ce547deb Updating readme with misc. 0008 fixes. 2007-03-04 18:43:01 +00:00
221b6348fe Documenting Serial.available() bug fix. 2007-01-12 21:28:03 +00:00
5a39312e74 Updating readme with EEPROM library and library patch. 2007-01-12 20:32:48 +00:00
af20a36b6f Removed carriage returns from Windows dist.sh and updated readme.txt to mention Linux distribution. 2006-12-26 00:07:21 +00:00
e5e6639cc9 Updating the readme with changes for 0007 and with bullets (*) for old versions. 2006-12-25 18:02:30 +00:00
514a74849a attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger. 2006-11-24 17:12:32 +00:00
a740bf0588 Replaced avr-lib serial with custom code in wiring.c. 2006-11-23 16:02:55 +00:00
8d6176d0a4 Adding Sonar library for controlling Parallax Ultrasonic PING))) sensors. 2006-11-21 18:16:03 +00:00
6bcf40ea9a Adding binary.h for digital constants like B1010. 2006-11-20 17:47:04 +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
6680b71602 Updated readme. 2006-10-21 20:42:21 +00:00
0adf6d2dfa Updated reference and readme. 2006-10-21 20:41:09 +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
a113cb1880 Updates for releaes 0005 (a little late, whoops!) 2006-10-15 11:37:34 +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
4ba8ffb6ee Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
f636b93381 Updated readme. 2006-04-26 17:56:38 +00:00
260c5d5ee1 Committing individual examples instead of one .zip 2006-04-26 11:09:43 +00:00
3ea01968d7 Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
a0a21caa22 Updated readme.txt and changed arduino.berlios.de links to www.arduino.cc 2006-03-21 00:19:51 +00:00
aa9ed15849 Implemented PWM on pin 11; slowed PWM frequency on pins 9 and 10; documented changes in readme.txt. 2006-02-25 13:15:23 +00:00
d8a7613a70 Added instructions for FTDI drivers and macosx_setup.command. 2006-02-12 15:58:42 +00:00
46db115d8c Grabbing readme.txt with Xcode build, cleaned up menus, organized and updated release notes. 2006-01-15 20:53:52 +00:00
dc04ccefa1 Moved 0004 changes to 0003 entry in readme.txt 2006-01-12 23:31:40 +00:00
b7728ae604 svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003. 2006-01-12 23:24:12 +00:00
0a15403d7c Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files). 2005-12-06 11:08:25 +00:00
bbec45d3df Improved accuracy of delayMicroseconds(). 2005-12-03 17:03:26 +00:00
1178dc4d82 Updated build instructions; added Id keyword support to all files. 2005-11-29 13:42:50 +00:00
30999fdcfd Reversed order of analog input pins. Added printNewline(). 2005-11-28 13:31:08 +00:00
30d04e9894 Updated readme for version 0002. 2005-10-04 09:28:33 +00:00
9fc5aa63f6 Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00