adafruit / Adafruit_CircuitPython_asyncio

CIrcuitPython subset of CPython asyncio library
MIT License
27 stars 16 forks source link

Added Ticks dependency to README #26

Closed dedukun closed 2 years ago

dedukun commented 2 years ago

Hi,

I was working on a board support for circuitpython and when testing this library as a frozen module it only works if ticks is also added.

This is already present in requirements.txt, it's only missing in the README.