fprime-community / fprime-arduino

An implementation allowing fprime to be run on a limite number of Arduino compatible devices.
Apache License 2.0
24 stars 11 forks source link

Add library dependencies in the README #11

Closed ethancheez closed 8 months ago

ethancheez commented 1 year ago

Some drivers added to this fprime-arduino package may require you to install libraries through the arduino-cli:

TcpClient:

arduino-cli lib install WiFi

It probably makes more sense to put the arduino-cli install guide in here rather than within each fprime project using this package? That way, a project can link to the README in here and you would only have to manage a single arduino-cli installation guide.

ethancheez commented 8 months ago

Added here. Closing.