PaulStoffregen 5 years ago
parent
commit
6d6900c0fe
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      teensy/wiring.h
  2. +1
    -0
      teensy3/wiring.h
  3. +1
    -0
      teensy4/wiring.h

+ 1
- 0
teensy/wiring.h View File

@@ -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 View File

@@ -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 View File

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

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

Loading…
Cancel
Save