fix broken links
This commit is contained in:
parent
5869c647b2
commit
8ffad8e83a
30
README.md
30
README.md
@ -10,11 +10,11 @@ alguna solución a una futura necesidad.
|
|||||||
|
|
||||||
|
|
||||||
Implementaciones :
|
Implementaciones :
|
||||||
- [Comunicación Serial](./serialCom/README.md)
|
- [Comunicación Serial](./serialCom/README.md#comunicación-serial)
|
||||||
- [EEPROM](./EEPROM/README.md)
|
- [EEPROM](./EEPROM/README.md#eeprom)
|
||||||
- [Buzzers/Speakers](./buzzer/README.md)
|
- [Buzzers/Speakers](./buzzer/README.md#parlantes-buzzers)
|
||||||
- [PWM](./pwm/README.md)
|
- [PWM](./pwm/README.md#pwm)
|
||||||
- [Leds](./leds/README.md)
|
- [Leds](./leds/README.md#leds)
|
||||||
- [Led PWM](./leds/led_pwm/led_pwm.ino)
|
- [Led PWM](./leds/led_pwm/led_pwm.ino)
|
||||||
- [Led PWM2](./leds/led_pwm2/led_pwm2.ino)
|
- [Led PWM2](./leds/led_pwm2/led_pwm2.ino)
|
||||||
- [Leds PWM 1](./leds/leds_pwm/leds_pwm.ino)
|
- [Leds PWM 1](./leds/leds_pwm/leds_pwm.ino)
|
||||||
@ -25,13 +25,13 @@ Implementaciones :
|
|||||||
- [RGB 2](./leds/rgb2/rgb2.ino)
|
- [RGB 2](./leds/rgb2/rgb2.ino)
|
||||||
- [RGB 3](./leds/rgb3/rgb3.ino)
|
- [RGB 3](./leds/rgb3/rgb3.ino)
|
||||||
- [Serial Leds](./leds/serial_leds/serial_leds.ino)
|
- [Serial Leds](./leds/serial_leds/serial_leds.ino)
|
||||||
- [Sensores](./sensores/README.md)
|
- [Sensores](./sensores/README.md#sensores)
|
||||||
- Temperatura y Humedad
|
- Temperatura y Humedad
|
||||||
- [DHT-11](./sensores/dht11/dht11.ino)
|
- [DHT-11](./sensores/dht11/dht11.ino)
|
||||||
- [DHT-21](./sensores/dht21/dht21.ino)
|
- [DHT-21](./sensores/dht21/dht21.ino)
|
||||||
- Distancia
|
- Distancia
|
||||||
- [GP2Y0A21YK0F](./sensores/distancia_gp2y0a21yk0f/distancia_gp2y0a21yk0f.ino)
|
- [GP2Y0A21YK0F](./sensores/distancia/distancia_gp2y0a21yk0f/distancia_gp2y0a21yk0f.ino)
|
||||||
- [HC-SR04](./sensores/distancia_hc-sr04/distancia_hc-sr04.ino)
|
- [HC-SR04](./sensores/distancia/distancia_hc-sr04/distancia_hc-sr04.ino)
|
||||||
- Humedad Suelo
|
- Humedad Suelo
|
||||||
- [Humedad](./sensores/humedad/humedad/humedad.ino)
|
- [Humedad](./sensores/humedad/humedad/humedad.ino)
|
||||||
- [Humedad LCD](./sensores/humedad/humedad_lcd/humedad_lcd.ino)
|
- [Humedad LCD](./sensores/humedad/humedad_lcd/humedad_lcd.ino)
|
||||||
@ -42,7 +42,7 @@ Implementaciones :
|
|||||||
- Proximidad
|
- Proximidad
|
||||||
- [Movimiento](./sensores/proximidad/sensor_mov/sensor_mov.ino)
|
- [Movimiento](./sensores/proximidad/sensor_mov/sensor_mov.ino)
|
||||||
- [Movimiento 2](./sensores/proximidad/sensor_mov2/sensor_mov2.ino)
|
- [Movimiento 2](./sensores/proximidad/sensor_mov2/sensor_mov2.ino)
|
||||||
- [LCDs](./lcd/README.md)
|
- [LCDs](./lcd/README.md#lcds)
|
||||||
- [Autoscroll](./lcd/README.md#autoscroll)
|
- [Autoscroll](./lcd/README.md#autoscroll)
|
||||||
- [Caracter Personalizado](./lcd/README.md#caracter-personalizado)
|
- [Caracter Personalizado](./lcd/README.md#caracter-personalizado)
|
||||||
- [Contador loops](./lcd/README.md#contador-loops)
|
- [Contador loops](./lcd/README.md#contador-loops)
|
||||||
@ -51,13 +51,13 @@ Implementaciones :
|
|||||||
- [I2C 20x4](./lcd/README.md#i2c-20x4)
|
- [I2C 20x4](./lcd/README.md#i2c-20x4)
|
||||||
- [Metodo de 8 bits](./lcd/README.md#metodo-8-bits)
|
- [Metodo de 8 bits](./lcd/README.md#metodo-8-bits)
|
||||||
- [Texto en Movimiento](./lcd/README.md#texto-en-movimiento)
|
- [Texto en Movimiento](./lcd/README.md#texto-en-movimiento)
|
||||||
- [Real Time Clock](./RTC/README.md)
|
- [Real Time Clock](./RTC/README.md#rtc)
|
||||||
- [Ejm Básico](./RTC/README.md#funciones-para-hora-y-fecha)
|
- [Ejm Básico](./RTC/README.md#funciones-para-hora-y-fecha)
|
||||||
- [Ajuste Hora y Fecha](./RTC/README.md#ajuste-hora-y-fecha)
|
- [Ajuste Hora y Fecha](./RTC/README.md#ajuste-hora-y-fecha)
|
||||||
- [Ajuste Hora y Fecha según tiempo de compilación](./RTC/README.md#set-hora-y-fecha-segun-datos-de-compilacion)
|
- [Ajuste Hora y Fecha según tiempo de compilación](./RTC/README.md#set-hora-y-fecha-segun-datos-de-compilacion)
|
||||||
- [Conexiones](./RTC/README.md#conexiones)
|
- [Conexiones](./RTC/README.md#conexiones)
|
||||||
- [RTC LCD y Bluetooth](./RTC/README.md#rtc-lcd-y-bluetooth)
|
- [RTC LCD y Bluetooth](./RTC/README.md#rtc-lcd-y-bluetooth)
|
||||||
- [Motores](./motores/README.md)
|
- [Motores](./motores/README.md#motores)
|
||||||
- [DC](./motores/README.md#dc)
|
- [DC](./motores/README.md#dc)
|
||||||
- [9v](./motores/README.md#bateria-9v)
|
- [9v](./motores/README.md#bateria-9v)
|
||||||
- [PWM Motor](./motores/README.md#pwm-motor)
|
- [PWM Motor](./motores/README.md#pwm-motor)
|
||||||
@ -73,13 +73,13 @@ Implementaciones :
|
|||||||
- [Serial ESC](./motores/README.md#serial-esc)
|
- [Serial ESC](./motores/README.md#serial-esc)
|
||||||
- [Paso a paso](./motores/README.md#paso-a-paso)
|
- [Paso a paso](./motores/README.md#paso-a-paso)
|
||||||
- [Control PaP](./motores/README.md#control-pap)
|
- [Control PaP](./motores/README.md#control-pap)
|
||||||
- [Ajuste velocidad PaP](./motores/README.md#ajuste_velocidad-pap)
|
- [Ajuste velocidad PaP](./motores/README.md#ajuste-velocidad-pap)
|
||||||
- [PaP](./motores/README.md#pap)
|
- [PaP](./motores/README.md#pap)
|
||||||
- [PaP 5v](./motores/README.md#pap-5v)
|
- [PaP 5v](./motores/README.md#pap-5v)
|
||||||
- [Stepper KeyStudio](./motores/README.md#stepper-keystudio)
|
- [Stepper KeyStudio](./motores/README.md#stepper-keystudio)
|
||||||
- [BlueTooth](./bluetooth/README.md)
|
- [BlueTooth](./bluetooth/README.md#bluetooth)
|
||||||
- [grbl](./grblUpload/README.md)
|
- [grbl](./grblUpload/README.md#grbl)
|
||||||
- [Pruebas](./tests/README.md)
|
- [Pruebas](./tests/README.md#pruebas)
|
||||||
- **OK**
|
- **OK**
|
||||||
- [RealTimeClock](./tests/ok_rtc/ok_rtc.ino)
|
- [RealTimeClock](./tests/ok_rtc/ok_rtc.ino)
|
||||||
- [Joystick map Serial](./tests/ok_map_joystick_serial/ok_map_joystick_serial.ino)
|
- [Joystick map Serial](./tests/ok_map_joystick_serial/ok_map_joystick_serial.ino)
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
- [Serial ESC](#serial-esc.ino)
|
- [Serial ESC](#serial-esc.ino)
|
||||||
- [Paso a paso](#paso-a-paso)
|
- [Paso a paso](#paso-a-paso)
|
||||||
- [Control PaP](#control-pap)
|
- [Control PaP](#control-pap)
|
||||||
- [Ajuste velocidad PaP](#ajuste_velocidad-pap)
|
- [Ajuste velocidad PaP](#ajuste-velocidad-pap)
|
||||||
- [PaP](#pap)
|
- [PaP](#pap)
|
||||||
- [PaP 5v](#pap-5v)
|
- [PaP 5v](#pap-5v)
|
||||||
- [Stepper KeyStudio](#stepper-keystudio)
|
- [Stepper KeyStudio](#stepper-keystudio)
|
||||||
|
Loading…
Reference in New Issue
Block a user