Smartcar Shield
BareMinimum.ino

A example on the boiler-plate code needed to start using the library.

#include <Smartcar.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}