brianlow / Rotary

Rotary encoder library for Arduino
233 stars 73 forks source link

where to put? #6

Closed tarbear123 closed 3 years ago

tarbear123 commented 6 years ago

do i just put the "Rotary.h" file into the atom folder and do i do the same thing with other libraries i download?

voneiden commented 6 years ago

You can place both the h and cpp in the same folder as your main code and include them as local files. If you want to install them as system wide libraries then refer to your toolchain documentation.

tarbear123 commented 6 years ago

ok but where do i put the "Rotary.h" file into, the atom folder or the platformio folder? and do i do the same thing with other libraries i download?

voneiden commented 6 years ago

Please refer to your toolchain documentation:

http://docs.platformio.org/en/latest/userguide/lib/cmd_install.html