Difference between revisions of "Controlino Notes"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
Line 18: | Line 18: | ||
= Install = | = Install = | ||
− | Misnomer I do not want to really install it I want | + | Misnomer I do not want to really install it I want compile it and run on my Uno. See [[Russ's Computer Environment]] |
− | + | Ton of files ( well maybe 10 ) on gitHub. Seems the only one that matters much is controlino.cpp. Download it. | |
+ | Make a new arduino project. I called mine controlino_ino. In its file controlino_ino.ino paste the contents of | ||
+ | controlino.cpp. Follow the directions in the file. Compile. Worked the first time. Now have something on my uno. | ||
+ | What? | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | |||
[[category:Russ Draft]][[category:Russ]] | [[category:Russ Draft]][[category:Russ]] |
Revision as of 07:06, 1 October 2016
Contents
Draft
Just a draft may or may not be completed.
What is Controlino
it is the Arduino component of Instrumentino Notes
Links to what the authors think:
Why
Install
Misnomer I do not want to really install it I want compile it and run on my Uno. See Russ's Computer Environment
Ton of files ( well maybe 10 ) on gitHub. Seems the only one that matters much is controlino.cpp. Download it. Make a new arduino project. I called mine controlino_ino. In its file controlino_ino.ino paste the contents of controlino.cpp. Follow the directions in the file. Compile. Worked the first time. Now have something on my uno. What?