-
Notifications
You must be signed in to change notification settings - Fork 5
Home
I really doubt many or anyone will ever read this. But it kinda' feels good to get this all out of my head onto "paper" as it were. So, I pretend someone will, at some point, come and be a little curious. Lets see. What would people be looking for when they run across the Left Coast Arduino toolkit?
When I write code, I like to create a trail of useful tools. This is so that the next time I run across similar issues, I have the solutions ready at hand. Well Duh, who doesn't do this? But its a starting point.
The toolkit your looking at here is what I created to make programming Arduions and "Arduino-like" processors easy for myself. Basically its c++ code and as general purpose as I could make it. It has grown into.. Well something much larger than I ever expected.
Lets assume you have an Arduino UNO. This is, currently, where people starting out with Arduinos find themselves. So you have an UNO and your looking for some tools to make life easier.
EVERYTHING in here is based on the library : LC_baseTools
The code in LC_baseTools all runs (fits) wonderfully on UNOS. You'll need to grok this to use any of the rest of this stuff, so we'll start there.