eraj007 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Rid the Arduino documentation and source of legacy serialX functions. #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'dlove to see all traces of serialBegin serialRead serialAvailable to be 
either thoroughly branded as //DEPRECATED or erased.

This is because as the situation is now, there is literally nothing that 
indicates that these functions does not work.

Original issue reported on code.google.com by alexanderbrevig on 22 Jul 2009 at 1:12

GoogleCodeExporter commented 9 years ago
Where are you seeing these?

Original comment by dmel...@gmail.com on 29 Jul 2009 at 8:01

GoogleCodeExporter commented 9 years ago
I am a bit surprised by that respond. By here you go :)

wiring.h line 113 - 117

Three months old compilation of URLs that contained legacy code:

//main
http://www.arduino.cc/en/Main/ComparisonProcessing

//reference
http://www.arduino.cc/en/Reference/Keywords
http://arduino.cc/en/Reference/BeginSerial
http://arduino.cc/es/Referencia/BeginSerial
http://arduino.cc/en/Reference/SerialAvailable
http://www.arduino.cc/es/Referencia/SerialRead
http://arduino.cc/en/Reference/SerialRead
http://www.arduino.cc/en/Reference/SerialWrite
http://arduino.cc/en/Reference/PrintMode
http://arduino.cc/en/Reference/PrintByte
http://arduino.cc/en/Reference/PrintString
http://arduino.cc/en/Reference/PrintHex
http://arduino.cc/en/Reference/PrintOctal
http://arduino.cc/en/Reference/PrintBinary
http://www.arduino.cc/en/Reference/PrintInteger
arduino.cc/hu/Reference/PrintNewline
http://arduino.cc/en/Reference/PrintNewline

//sources
http://www.arduino.cc/en/Tutorial/ControleLEDcircleWithJoystick
http://www.arduino.cc/en/Tutorial/JoyStick
http://www.arduino.cc/en/Tutorial/LEDDriver

Original comment by alexanderbrevig on 29 Jul 2009 at 10:06

GoogleCodeExporter commented 9 years ago
I corrected most of these.

Original comment by dmel...@gmail.com on 16 Aug 2009 at 10:10