Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
19f09f4e
Commit
19f09f4e
authored
Feb 29, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IO Ardino connect request, checksum and 16 bits ao
parent
c6c0ff6a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
746 additions
and
144 deletions
+746
-144
otherio/exp/rt/src/os_templ/hw_templ/makefile
otherio/exp/rt/src/os_templ/hw_templ/makefile
+3
-3
otherio/exp/rt/src/pwr_arduino_uno.ino
otherio/exp/rt/src/pwr_arduino_uno.ino
+455
-0
otherio/lib/rt/src/rt_io_m_arduino_uno.c
otherio/lib/rt/src/rt_io_m_arduino_uno.c
+288
-141
No files found.
otherio/exp/rt/src/os_templ/hw_templ/makefile
View file @
19f09f4e
...
...
@@ -23,7 +23,7 @@ all : init copy lib
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
:
...
...
@@ -51,8 +51,8 @@ $(inc_dir)/setport.h : ../../setport.h
@
echo
"Copying setport.h"
@
$(cp)
$(cpflags)
$(source)
$(target)
$(inc_dir)/pwr_arduino_uno.
pde
:
../../pwr_arduino_uno.pde
@
echo
"Copying pwr_arduino_uno.
pde
"
$(inc_dir)/pwr_arduino_uno.
ino
:
../../pwr_arduino_uno.ino
@
echo
"Copying pwr_arduino_uno.
ino
"
@
$(cp)
$(cpflags)
$(source)
$(target)
...
...
otherio/exp/rt/src/pwr_arduino_uno.ino
0 → 100644
View file @
19f09f4e
This diff is collapsed.
Click to expand it.
otherio/lib/rt/src/rt_io_m_arduino_uno.c
View file @
19f09f4e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment