micropython/docs/esp8266/tutorial
gibbonsc de8dc4bad2 docs/esp8266/tutorial: Fix comments of FrameBuffer examples.
The third and fourth parameters in display.rect() and display.fill_rect()
are not x,y coordinates, but are instead width,height values.  Update the
comment after the example to show the correct x,y coordinates of the bottom
right corner of each rectangle, respectively.
2021-11-25 23:34:19 +11:00
..
adc.rst docs/esp8266: Add ESP8266 tutorial. 2016-05-03 01:39:04 +01:00
apa102.rst docs/esp8266: Add tutorial for APA102 LEDs. 2019-05-07 11:45:10 +10:00
dht.rst docs: Add DHT to ESP8266 Quick Ref and Tutorial 2016-08-01 14:39:57 +03:00
filesystem.rst docs/esp8266: Update for new WebREPL setup procedure. 2016-11-06 10:02:33 +03:00
index.rst docs/esp8266: Add SSD1306 to quickref and tutorial. 2021-05-14 12:04:21 +10:00
intro.rst docs/esp8266/tutorial: Change flash mode from dio to dout. 2021-07-07 21:15:58 +10:00
neopixel.rst docs/esp8266/tutorial: Update neopixel with example of using 4 bbp. 2017-10-04 10:35:22 +11:00
network_basics.rst docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if. 2016-06-06 10:08:30 +01:00
network_tcp.rst docs/esp8266: In TCP tutorial, add HTTP response code and content-type. 2020-02-03 23:50:09 +11:00
nextsteps.rst docs/esp8266: Add ESP8266 tutorial. 2016-05-03 01:39:04 +01:00
onewire.rst docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver. 2016-08-29 12:52:50 +10:00
pins.rst docs/esp8266: Add a note concerning GPIO16 pull capabilities. 2018-02-15 11:15:12 +11:00
powerctrl.rst docs/esp8266/tutorial: Fix typo, change -> changed. 2017-12-13 17:30:02 +11:00
pwm.rst docs/esp8266: Update PWM doc regarding clipping of min/max values. 2018-02-15 11:14:34 +11:00
repl.rst docs/esp8266: Use monospace for software tools. 2021-08-30 23:51:27 +10:00
ssd1306.rst docs/esp8266/tutorial: Fix comments of FrameBuffer examples. 2021-11-25 23:34:19 +11:00