LoPy4 deepsleep function without deepsleep shield ?
- 
					
					
					
					
 Hi ! i just learned that the LoPy4 does now support the Deepsleep functions without shield ? but i can't figure out how, I also don't have the library Deepsleep in the LoPy because i don't know how to acces to the files in it (I only click on "Run" with Visual Studio Code, with the plugin Pymakr on it, i don't dirrectly put the files in it) If you could help me in any way, would be kind. 
 Thanks
 
- 
					
					
					
					
 You have to look at machine.deepsleep For example with machine.deepsleep(60000) the LoPy will sleep for 60 seconds (better to say about 60 seconds). 
 
- 
					
					
					
					
 @luxior 
 For the LoPy4 just call machine.deepsleep(time_in_ms) or machine.pin_deepsleep_wakeup(pins, mode, enable_pull) to wake on pin change.Documentation here: https://docs.pycom.io/chapter/firmwareapi/pycom/machine/ 
 
