PaulStoffregen hace 5 años
padre
commit
6d6900c0fe
Se han modificado 3 ficheros con 3 adiciones y 0 borrados
  1. +1
    -0
      teensy/wiring.h
  2. +1
    -0
      teensy3/wiring.h
  3. +1
    -0
      teensy4/wiring.h

+ 1
- 0
teensy/wiring.h Ver fichero

@@ -27,6 +27,7 @@

#include <avr/io.h>
#include <stdlib.h>
#include <stdbool.h>
#include <math.h>
#include "binary.h"
#include "core_id.h"

+ 1
- 0
teensy3/wiring.h Ver fichero

@@ -33,6 +33,7 @@

#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include "binary.h"
#include "core_id.h"
#include "core_pins.h"

+ 1
- 0
teensy4/wiring.h Ver fichero

@@ -33,6 +33,7 @@

#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include "binary.h"
#include "core_id.h"
#include "core_pins.h"

Cargando…
Cancelar
Guardar