Skip to content

Instantly share code, notes, and snippets.

View OrhanYigitDurmaz's full-sized avatar
©️

Orhan Yiğit Durmaz OrhanYigitDurmaz

©️
  • 04:24 (UTC +03:00)
View GitHub Profile
/*
*
* Dummy Header
*
* (if this is not here, i cant read the code)
*
*/
#include <Arduino.h>
#include <SPI.h>
@OrhanYigitDurmaz
OrhanYigitDurmaz / 16BitTest.ino
Last active July 26, 2024 20:05
16 Bit Test with TinyUSB_Arduino
#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!