pkoning2 / lk201emu

Emulate DEC LK201 keyboard using a standard PC USB keyboard
BSD 2-Clause "Simplified" License
46 stars 7 forks source link

Install Adafruit libraries #2

Closed toncho11 closed 3 years ago

toncho11 commented 3 years ago

One needs to install additional libraries from GitHub for the code to compile for the USB version:

It is not only https://github.com/adafruit/Adafruit_ZeroTimer

otherwise it gives errors during compilation.

pkoning2 commented 3 years ago

You're right, it looks like I need to add that to software.md.

pkoning2 commented 3 years ago

I install these things through the Arduino SDK Library Manager. That shows ZeroTimer and DotStar -- yes, I forgot DotStar. It doesn't show ASFcore, and the documentation seems to say it should be installed automatically as part of some of the other libraries.

pkoning2 commented 3 years ago

Documentation has been updated.