Pinned Repositories
EncoderTool
The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers to ARM based boards. Encoder push buttons are supported. Callback functions can be attached to encoder changes and button presses to allow for event driven applications
EncSim
Quadrature signal generator for testing encoder software. Requires a PJRC Teensy board. Generates quadrature signals with adjustable frequency, phase and bouncing
TeensyDelay
TeensyHelpers
A couple of utility functions and classes to improve usage of the Teensy IntervalTimer class, the attachInterrupt and the pinMode function.
TeensySharp
C# library for finding Teensies on the USB tree and upload firmware to PJRC Teensy boards
TeensyStep
Fast Stepper Motor Library for Teensy boards
TeensyTimerTool
Generic Interface to Teensy Timers
USB-C---MicroB
Simple adapter from USB-C to USB MicroB
VisualTeensy
VisualCode projects for PJRC Teensy boards
doc
Teensy PJRC WIKI
luni64's Repositories
luni64/TeensyStep
Fast Stepper Motor Library for Teensy boards
luni64/VisualTeensy
VisualCode projects for PJRC Teensy boards
luni64/TeensyTimerTool
Generic Interface to Teensy Timers
luni64/EncoderTool
The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers to ARM based boards. Encoder push buttons are supported. Callback functions can be attached to encoder changes and button presses to allow for event driven applications
luni64/TeensySharp
C# library for finding Teensies on the USB tree and upload firmware to PJRC Teensy boards
luni64/TeensyHelpers
A couple of utility functions and classes to improve usage of the Teensy IntervalTimer class, the attachInterrupt and the pinMode function.
luni64/USB-C---MicroB
Simple adapter from USB-C to USB MicroB
luni64/EncSim
Quadrature signal generator for testing encoder software. Requires a PJRC Teensy board. Generates quadrature signals with adjustable frequency, phase and bouncing
luni64/TeensyStep4
luni64/MicroMod_3.2
NXP MK20DX256 board for the Sparkfun MicroMod system. Should be able to run Teensy 3.2 firmware
luni64/staticFunctional
std::function replacement for embedded systems. Doesn't use dynamic memory, small footprint, works with GCC verision 7 and higher, requires c++11 or higher
luni64/attachInterruptEx
luni64/CallbackHelper
CallbackHelper is a tool to generate invocable callbacks from various inputs. E.g., pointers to free functions, pointers to static member functions, lambdas (capturing as well as non-capturing) and functors. CallbackHelper allows library writers to implement std::function like callback APIs without the memory overhead of std::functions.
luni64/DRV8825x3
Carrier for 3 DRV8825 Stepper drivers
luni64/HiResClock
luni64/IntervalTimerEx
luni64/library-registry
Arduino Library Manager list
luni64/modern-cpp-features
A cheatsheet of modern C++ language and library features.
luni64/cb
luni64/cores
Teensy Core Libraries for Arduino
luni64/EEPROM
luni64/LibUsbTree
luni64/luni64
test
luni64/manchesterCapture
Experimental Manchester Decoder
luni64/MatrikelBrowser
luni64/platform-teensy
Teensy: development platform for PlatformIO
luni64/platformio-docs
PlatformIO Documentation
luni64/rmSharp
EntityFramework-Core ORM for RootsMagic databases (SQLite)
luni64/testrepo
luni64/Wire
Wire library used on Teensy boards