adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
438 stars 328 forks source link

KB 2040 board #793

Open jjfcode opened 4 months ago

jjfcode commented 4 months ago

Hello I'm having this issue

import board NotImplementedError: Adafruit-PlatformDetect version 3.61.0 was unable to identify the board and/or microcontroller running the Windows platform. Please be sure you have the latest packages by running: 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect'

Thank you for all your help John

makermelissa commented 3 months ago

Make sure your board is supported by Blinka. Only a. few RP2040 boards are: https://circuitpython.org/blinka?q=RP2040

jjfcode commented 3 months ago

Make sure your board is supported by Blinka. Only a. few RP2040 boards are: https://circuitpython.org/blinka?q=RP2040

ThankYou I will check on that