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"

Loading…
取消
儲存