Resources: WWW

There are fewer resources on the WWW than I would like, but you may find them useful just the same.


This last link (Plumbing for the Arduino) will help introduce you to programming in occam on the Arduino, but it won't take you very far.

I've started a "cookbook"-style resource, which I've brilliantly titled A Plumbing Cookbook for the Arduino. I will be updating it as you ask questions, so check back here for the most recent version.

Note that this book is an open project; you can contribute to it, too.

Also, we can modify/improve the Plumbing module as a result of your use. That is, I have commit rights on the repository, and I write a lot of the documentation... so, if you think we can improve the Plumbing module, by all means... make suggestions on the users list, and we can discuss them and (most likely) put your suggestions into practice.

NOTE TO ME: To build the occamdocs, first run:

avr-occamdoc -d docs/ include/*.module

then 

scp -r docs/* rockalypse@rockalypse.org:~/rockalypse.org/courses/cs220f11/resources/occamdoc/

from the arduino directory.

Creative Commons License This work is licensed under a Creative Commons BY-SA 3.0 License.