Search found 1 match

by monk
Mon Sep 13, 2010 5:51 am
Forum: Computer Programming
Topic: Arduino and Basic programming
Replies: 9
Views: 9783

Re: Arduino and Basic programming

I can definitely recommend the Arduino. Although its programmed in C, the whole philosophy of Arduino is about making life easy. So, its C, but a nice easy to use library of commands like: digitalWrite(myPin, HIGH); or int x = analogRead(myPin); And if you want a book to help you along the way, you ...