PaulStoffregen 5 роки тому
джерело
коміт
6d6900c0fe
3 змінених файлів з 3 додано та 0 видалено
  1. +1
    -0
      teensy/wiring.h
  2. +1
    -0
      teensy3/wiring.h
  3. +1
    -0
      teensy4/wiring.h

+ 1
- 0
teensy/wiring.h Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

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

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

Завантаження…
Відмінити
Зберегти