You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code will register the serial port number 20 and convert the index 0-3 to boolean named FootRD-FootLT that you can use as easy as other input like keyboard.
Basic example of what it can look like on Arduino in quick code version:
(This post is under construction and is hard to understand until it is done. But this is very useful. Keep it up and you will enjoy the tool)
Open Macro Input is about allowing actions based on open input ways... So Arduino, or else, is a must.
This file extension is my way of doing it.
This file extension allow you to define a serial port to listen.
(Serial port can be USB or Bluetooth on Window)
The requirement is that your Arduino communication through port in a specific way.
For Example:
Format:
The example is saying:
Note: we are talking about index and not "pin".
My aim is to have abstraction between hardware and software.
For example:
Note: why is it compressed ?
Bluetooth and USB has a bandwidth that can be small.
The impacts of none compress data:
For example, here is what I use with my "four buttons foot board"
Send by the Arduino
#0000|
Translation in the OMI software
The code will register the serial port number 20 and convert the index 0-3 to boolean named FootRD-FootLT that you can use as easy as other input like keyboard.
Basic example of what it can look like on Arduino in quick code version:
The text was updated successfully, but these errors were encountered: