Add uBlox-8 udev rules

sondehub
Mark Jessop 2023-04-23 16:23:37 +09:30
rodzic da638dd61e
commit 3769fe2be4
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -5,4 +5,7 @@
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", SYMLINK+="bno"
# uBlox-7 GPS unit (Gmouse VK-102 unit purchased on ebay, using a uBlox G7020 chip.)
SUBSYSTEM=="tty", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", SYMLINK+="ublox"
SUBSYSTEM=="tty", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a7", SYMLINK+="ublox"
# uBlox-8 GPS unit
SUBSYSTEM=="tty", ATTRS{idVendor}=="1546", ATTRS{idProduct}=="01a8", SYMLINK+="ublox"

Wyświetl plik

@ -1,9 +1,10 @@
#!/usr/bin/env python3
#
# PCA9685 LED Kill
# PCA9685 LED Killer
#
# Shutdown all LEDs on a particular daughterboard in use in some Wenet Payloads
# that has 3x LEDs that are always powered up on boot...
# ... maybe we should do something with these LEDs instead of just shutting them down? I dunno.
#
# LEDs are attached to PCA9685 LED pins 0-8
#