Digigurdy-baz
Loading...
Searching...
No Matches
usb_power.h
Go to the documentation of this file.
1#ifndef USB_POWER_HH
2#define USB_POWER_HH
3
4#include "config.h"
5
6#ifdef ARDUINO_TEENSY41
7#include <imxrt.h>
8#endif
9
10#ifdef ARDUINO_TEENSY36
11#include <kinetis.h>
12#endif
13
14void usb_power_on();
15void usb_power_off();
16
17#endif
void usb_power_off()
Cuts power to the USBHost controller pin.
Definition: usb_power.cpp:18
void usb_power_on()
Enables power to the USBHost controller pin.
Definition: usb_power.cpp:4