mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
clean up
This commit is contained in:
@@ -4,7 +4,18 @@ import time
|
||||
import select
|
||||
import spidev
|
||||
import threading
|
||||
"""
|
||||
sudo apt install stm32flash
|
||||
|
||||
OPTIONAL
|
||||
git clone https://git.code.sf.net/p/stm32flash/code stm32flash-code
|
||||
cd stm32flash-code
|
||||
sudo make install
|
||||
|
||||
HAVE TO ACTIVATE BOOT0 THE WHOLE TIME
|
||||
/usr/local/bin/stm32flash -r hhh -a 0x3b /dev/i2c-1
|
||||
|
||||
"""
|
||||
spi = None
|
||||
gpio_file = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user