adafruit / Adafruit_Python_PlatformDetect

MIT License
58 stars 233 forks source link

Added LUCKFOX_PICO/LUCKFOX_PICO_PLUS #358

Closed nopnop2002 closed 3 months ago

nopnop2002 commented 3 months ago

$ python3 ./platformdetect.py Chip id: RV1103 Board id: LUCKFOX_PICO


- Luckfox Pico Mini A

$ cat /proc/device-tree/model Luckfox Pico Mini A

$ python3 ./platformdetect.py Chip id: RV1103 Board id: LUCKFOX_PICO_MINI


- Luckfox Pico Plus

$ cat /proc/device-tree/model Luckfox Pico Plus

$ python3 ./platformdetect.py Chip id: RV1103 Board id: LUCKFOX_PICO_PLUS


- Luckfox Pico Max

$ cat /proc/device-tree/model Luckfox Pico Max

$ python3 ./platformdetect.py Chip id: RV1106 Board id: LUCKFOX_PICO_MAX