Commit 19f09f4e authored by Claes Sjofors's avatar Claes Sjofors

IO Ardino connect request, checksum and 16 bits ao

parent c6c0ff6a
...@@ -23,7 +23,7 @@ all : init copy lib ...@@ -23,7 +23,7 @@ all : init copy lib
init : init :
copy : $(inc_dir)/libusbio.h $(inc_dir)/openSocket.h $(inc_dir)/setport.h $(inc_dir)/pwr_arduino_uno.pde copy : $(inc_dir)/libusbio.h $(inc_dir)/openSocket.h $(inc_dir)/setport.h $(inc_dir)/pwr_arduino_uno.ino
lib : lib :
...@@ -51,8 +51,8 @@ $(inc_dir)/setport.h : ../../setport.h ...@@ -51,8 +51,8 @@ $(inc_dir)/setport.h : ../../setport.h
@ echo "Copying setport.h" @ echo "Copying setport.h"
@ $(cp) $(cpflags) $(source) $(target) @ $(cp) $(cpflags) $(source) $(target)
$(inc_dir)/pwr_arduino_uno.pde : ../../pwr_arduino_uno.pde $(inc_dir)/pwr_arduino_uno.ino : ../../pwr_arduino_uno.ino
@ echo "Copying pwr_arduino_uno.pde" @ echo "Copying pwr_arduino_uno.ino"
@ $(cp) $(cpflags) $(source) $(target) @ $(cp) $(cpflags) $(source) $(target)
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment