We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01d606 commit b329991Copy full SHA for b329991
examples/Check_inputs/Check_inputs.ino
@@ -1,3 +1,9 @@
1
+/* This example allows the user to read the
2
+ * inputs of the Braccio++ shield UI devices:
3
+ * - joystick (up,down,left,right,select)
4
+ * - button (enter)
5
+ */
6
+
7
#include <Braccio++.h>
8
9
String toMessage(int const input)
0 commit comments