jcvillegasfernandez / Lazarus-client-for-Firmata-boards

Package for working with Firmata and ConfigurableFirmata boards on Lazarus
GNU General Public License v3.0
1 stars 2 forks source link

Standard Format client #1

Open alantelles opened 3 years ago

alantelles commented 3 years ago

Standard format client

I browsed through code and could be not certain to figure if the project has a client for dealing with Standard Firmata firmware. Does it have and I just didn't found it?

jcvillegasfernandez commented 3 years ago

Sorry, it is a long time since I last connected to github.

As far as I know Standard Firmata is a subset of ConfigurableFirmata.

You have TBoard (Firmata firmware, base component) and components connected to TBoard, like TPin to write and/or read from/to an analog or digital pin.

Look the examples