Arduino Antics
A blog about Arduino, and my antics to master it!
RSS
Home
Posts RSS
Comments RSS
For Sale/Wanted
3 comments:
the library should be the easy part, its just a little confusing at first, once you see it in action though it makes perfect since
Yeah it's looking good now! I think is done, but I'm not sure if I should add any more functions.
Right now there is:
DigiPot instance(2, 3, 4);
instance.write(0, 255);
instance.clear(0) //this writes 0 to the pot
Anything else sound important?
I'm a beginer and was wandering if you could give some example arduino code as how to use this library?
Post a Comment