PaulStoffregen 5 anos atrás
pai
commit
6d6900c0fe
3 arquivos alterados com 3 adições e 0 exclusões
  1. +1
    -0
      teensy/wiring.h
  2. +1
    -0
      teensy3/wiring.h
  3. +1
    -0
      teensy4/wiring.h

+ 1
- 0
teensy/wiring.h Ver arquivo

@@ -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 arquivo

@@ -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 arquivo

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

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

Carregando…
Cancelar
Salvar