Log in

View Full Version : Rev Robotics Digit with C++


2172Stew
30-01-2016, 11:44
Hello, has anybody been able to interface with the Rev Robotics Digit using c++? If so how have you done this?
~Stew

RyanN
01-02-2016, 15:02
Very similar code. They (The Holy Cows 1538) use the same I2C controller as the REV Digit, but the schematic on the REV Digit is slightly different, so you'll have to update the character map.

https://github.com/TheHolyCows/1538_2015/tree/master/src/CowLib

Look at the CowAlphaNum.cpp and .h