NodeMCU Projects: Difference between revisions

Content added Content deleted
(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: Line 1:
[[Category:NodeMCU]]
__TOC__
<br/>

= Micropython =
= Micropython =
*Installing:
*Installing:
Line 44: Line 48:
machine.freq() # get the current frequency of the CPU
machine.freq() # get the current frequency of the CPU
machine.freq(160000000) # set the CPU frequency to 160 MHz
machine.freq(160000000) # set the CPU frequency to 160 MHz


<br />
;References
<references/>
<br />
<br />
<br />


{{DISQUS}}