#include <Adafruit_CircuitPlayground.h>#include <Adafruit_Circuit_Playground.h>//Variables for Potentiometer//Circuit state booleanvoid setup() {// put your setup code here, to run once:}void loop() {//get current mouse position//if potentiometer A turns right, cursor moves right//else if potentiometer A turns left, cursor moves left//if potentiometer B turns right, cursor moves up//else if potentiometer B turns left, cursor moves down//if chess piece is placed on stand/metal is touching, initiate left click}
Question 1:
Is there any other function that you think I should add to my controller?
Question 2:
Do you like the way the king is being used in the controller or should he be used differently? if so, how?
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.