This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* Dummy Header | |
* | |
* (if this is not here, i cant read the code) | |
* | |
*/ | |
#include <Arduino.h> | |
#include <SPI.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Adafruit_TinyUSB.h> | |
/* | |
* Orhan Yiğit Durmaz Copyright 2024 | |
* | |
* This example shows how to use custom usb | |
* descriptors with TinyUSB HID devices. | |
*/ | |
//http://janaxelson.com/hidpage.htm <-- Excellent Website for USB communication! |