apuntes_Arduino/tests/README.md

27 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

## Pruebas
- **OK**
- [RealTimeClock](./ok_rtc/ok_rtc.ino)
- [Joystick map Serial](./ok_map_joystick_serial/ok_map_joystick_serial.ino)
- [4 Relay](./ok_relay_x4/ok_relay_x4.ino)
- [lcd 2004](./ok_lcd_2004/ok_lcd_2004.ino)
- [lcd DHT](./ok_lcd_dht/ok_lcd_dht.ino)
- [lcd RTC](./ok_lcd_rtc/ok_lcd_rtc.ino)
- [lcd 4 RTC](./ok_lcd_rtc_x4/ok_lcd_rtc_x4.ino)
- [Mod](./ok_mod/ok_mod.ino)
- [RTC DHT](./ok_rtc_dht/ok_rtc_dht.ino)
- [SD read-write](./ok_sd_read_write/ok_sd_read_write.ino)
- [RTC SD write](./ok_sd_write_rtc/ok_sd_write_rtc.ino)
- [Oled-0.91 Graphs](./ok_oled_0.91_graphs/ok_oled_0.91_graphs.ino)
- [ESP01](./ok_esp01/ok_esp01.ino)
- [ESP php](./ok_esp_php/ok_esp_php.ino)
- **Test**
- [ESP8266](./test_esp8266/test_esp8266.ino)
- [ESP php](./test_esp_php/test_esp_php.ino)
- [ArduinoMega](./test_mega/test_mega.ino)
- [Mega ESP helloServer](./test_mega_esp_helloServer/test_mega_esp_helloServer.ino)
- [Datos a puerto Serial](./test_serial_datos_a_serie/test_serial_datos_a_serie.ino)
- [Serial a datos](./test_serial_serie_a_datos/test_serial_serie_a_datos.ino)
- [UART ESP helloServer](./test_uart_esp_helloServer/test_uart_esp_helloServer.ino)