2008-02-02 Sancho lerena <slerena@gmail.com>

* pandora_arduino.c: Added microcode for arduino.

        * AUTHORS: Added Jorge to autors, was missing.

        * pandora_serialread: Added sleep to improve serial read.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@710 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2008-02-03 19:33:24 +00:00
parent 4cade0ab84
commit 49f0f46caf
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2008-02-02 Sancho lerena <slerena@gmail.com>
* pandora_arduino.c: Added microcode for arduino.
* AUTHORS: Added Jorge to autors, was missing.
* pandora_serialread: Added sleep to improve serial read.
2008-01-10 Sancho Lerena <slerena@gmail.com>
* Win32: Deleted old installer exes.

View File

@ -1,2 +1,2 @@
Sancho Lerena <slerena@gmail.com>
Raul Mateos <raulofpandora@gmail.com>
Jorge Juis Loza <jorge@ciclo22.com>

View File

@ -11,6 +11,7 @@ rm $TMPFILE 2> /dev/null
# Fork and let a process reading from serialport
cat < $SERIALPORT > $TMPFILE &
sleep 1
# Send gate read request to SERIALPORT
echo $1 > $SERIALPORT