harbaum / ftduino

fischertechnik compatible arduino
31 stars 10 forks source link

Add platformio library.json manifest files #4

Closed fecavy closed 5 years ago

fecavy commented 5 years ago

These files allow to register the library at the platfomio library registry. Documentation: http://docs.platformio.org/en/latest/librarymanager/config.html Registering a library: https://docs.platformio.org/en/latest/userguide/lib/cmd_register.html

This would complete the support of ftDuino within platfomio.

See also: https://github.com/platformio/platform-atmelavr/pull/110

Note that the version number has to get increased by each new release. It is recommended to specify a version number so that users do not receive updates after each new commit to the repo.