Hey James,
I noticed a small issue with 2 of your sketches. If you check line 481 in both of these files:
https://github.com/XRobots/BB83_Public/blob/master/Arduino/Droid16/Droid16.ino
https://github.com/XRobots/BB83_Public/blob/master/Arduino/Droid17/Droid17.ino
You'll see line 481 is just a "-" symbol which causes compiles to fail with an error about unary minus since it thinks the next line includes that - symbol. Deleting it clears the error, you may just want to remove that line from both files or I imagine a bunch of people are going to have issues compiling. Took me a couple hours to figure it out, just hoping to save some other people some time with this project.
Hey James,
I noticed a small issue with 2 of your sketches. If you check line 481 in both of these files:
https://github.com/XRobots/BB83_Public/blob/master/Arduino/Droid16/Droid16.ino
https://github.com/XRobots/BB83_Public/blob/master/Arduino/Droid17/Droid17.ino
You'll see line 481 is just a "-" symbol which causes compiles to fail with an error about unary minus since it thinks the next line includes that - symbol. Deleting it clears the error, you may just want to remove that line from both files or I imagine a bunch of people are going to have issues compiling. Took me a couple hours to figure it out, just hoping to save some other people some time with this project.