Просмотр исходного кода

include Stream.h & core_pins.h

needed for DEC and other Arduino stuff that's expected
main
John Robinson 3 лет назад
Родитель
Сommit
bf3867beda
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      include/usbhost/usbhost.h

+ 2
- 0
include/usbhost/usbhost.h Просмотреть файл

@@ -25,6 +25,8 @@
#define USB_HOST_TEENSY36_

#include <stdint.h>
#include <core/Stream.h>
#include <core/core_pins.h>

#if !defined(__MK66FX1M0__) && !defined(__IMXRT1052__) && !defined(__IMXRT1062__)
#error "USBHost_t36 only works with Teensy 3.6 or Teensy 4.x. Please select it in Tools > Boards"

Загрузка…
Отмена
Сохранить