
Varför kan man inte skicka värden konstant via FTDI?
Re: Varför kan man inte skicka värden konstant via FTDI?
Ska man vara exakt så heter Arduinospråket Processing 

Re: Varför kan man inte skicka värden konstant via FTDI?
Om man ska vara petig så verkar det vara olika saker: http://arduino.cc/en/Reference/Comparison
Re: Varför kan man inte skicka värden konstant via FTDI?
http://en.wikipedia.org/wiki/Processing ... anguage%29
"Processing is an open source programming language and integrated development environment (IDE)
built for the electronic arts, new media art, and visual design communities with the purpose of
teaching the fundamentals of computer programming in a visual context"
"Processing has spawned another project, Wiring, which uses the Processing IDE with a simplified
version of the C++ language as a way to teach artists how to program microcontrollers. There are
now two separate hardware projects, Wiring and Arduino, using the Wiring environment and language."
http://en.wikipedia.org/wiki/Wiring_%28 ... latform%29
"Wiring is an open source electronics prototyping platform composed of a programming language,
an integrated development environment (IDE), and a single-board microcontroller.
It was developed starting in 2003 by Hernando Barragán."
"Wiring was based on the original work done on Processing project in MIT."
"Processing is an open source programming language and integrated development environment (IDE)
built for the electronic arts, new media art, and visual design communities with the purpose of
teaching the fundamentals of computer programming in a visual context"
"Processing has spawned another project, Wiring, which uses the Processing IDE with a simplified
version of the C++ language as a way to teach artists how to program microcontrollers. There are
now two separate hardware projects, Wiring and Arduino, using the Wiring environment and language."
http://en.wikipedia.org/wiki/Wiring_%28 ... latform%29
"Wiring is an open source electronics prototyping platform composed of a programming language,
an integrated development environment (IDE), and a single-board microcontroller.
It was developed starting in 2003 by Hernando Barragán."
"Wiring was based on the original work done on Processing project in MIT."
Re: Varför kan man inte skicka värden konstant via FTDI?
Och 
http://arduino.cc/en/Hacking/BuildProcess
"First, the Arduino environment performs some small transformations to make sure that the code is correct C or C++ (two common programming languages).
It then gets passed to a compiler (avr-gcc), which turns the human readable code into machine readable instructions (or object files)."

http://arduino.cc/en/Hacking/BuildProcess
"First, the Arduino environment performs some small transformations to make sure that the code is correct C or C++ (two common programming languages).
It then gets passed to a compiler (avr-gcc), which turns the human readable code into machine readable instructions (or object files)."
Re: Varför kan man inte skicka värden konstant via FTDI?
"Processing is an open source programming language "
Jag tycker det verkar vara mest en preprocessor-behandling samt ett bibliotek, precis det som nifelheim skriver.
Jag tycker det verkar vara mest en preprocessor-behandling samt ett bibliotek, precis det som nifelheim skriver.