12 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Spinny boy
 | 
						|
 | 
						|
this readme will contain documentation and stuff
 | 
						|
 | 
						|
# Flashing programm on the ESP32
 | 
						|
```
 | 
						|
rshell -p /dev/ttyUSB0  # connect
 | 
						|
rsync src /pyboard/  # sync code to ESP32
 | 
						|
repl  # enter MicroPython REPL, press ctrl+D to soft reboot
 | 
						|
```
 | 
						|
 | 
						|
 |