Skip to content

frazras/X10ABOT_DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

X10ABOT_DB

Daughterboard Library for the X10ABOT Robotics Platform

Example Code

    #include <X10ABOT_DB.h>

    #define LOGGING 1
    #define DB_ADDRESS 9
    #include <Wire.h>

    X10ABOT_DB bot(DB_ADDRESS, LOGGING);
    void setup(){
      Serial.begin(9600);
    }
    void loop(){
    }

About

Daughterboard Library for the X10ABOT Robotic Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published