Jump to content

NodeMCU Projects: Difference between revisions

no edit summary
(Created page with "= Micropython = *Installing: sudo pip install esptool esptool.py --port /dev/ttyUSB0 erase_flash esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detec...")
 
No edit summary
Line 1:
[[Category:NodeMCU]]
__TOC__
<br/>
 
= Micropython =
*Installing:
Line 44 ⟶ 48:
machine.freq() # get the current frequency of the CPU
machine.freq(160000000) # set the CPU frequency to 160 MHz
 
 
<br />
;References
<references/>
<br />
<br />
<br />
 
 
{{DISQUS}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.