8 lines
		
	
	
		
			120 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			120 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| try:
 | |
|     import machine
 | |
|     machine.reset()
 | |
| 
 | |
| except ImportError:
 | |
|     import microcontroller
 | |
|     microcontroller.reset()
 |