Pycharm setup with CircuitPython #
Under Project Settings / Python interpreter click the + button to install new packages. Install circuitpython-stubs, and then the libraries you are using. common ones include:
- adafruit-circuitpython-connectionmanager
- adafruit-circuitpython-requests
- adafruit-circuitpython-ntp
Full details here.