Skip to content
Jim Lee edited this page Oct 2, 2019 · 8 revisions

Seems that this is the All things Arduino page here..

Lets see.. What would people be looking for when they run across this?

The Left Coast Arduino toolkit, what is it?

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.

In the beginning..

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.

LC_baseTools

Clone this wiki locally