maxint-rd
Maxint focuses on websites for clients and the general public. Platforms such as Arduino and mBed will enable integration of physical and online interaction...
MaxintNetherlands
Pinned Repositories
ESP-MusicEngine
DEPRECATED MusicEngine library ported to Arduino IDE (for ESP8266 and ATmega)
FastPwmPin
Arduino library to generate a fast PWM signal on an output pin at maximum frequency. Example included.
I2C-PCF8574-PCD8544-Nokia-5110-LCD
An Adafruit GFX driver for the PCD8544 (used on the Nokia 5110 LCD), driven via PCF8574 I2C I/O expander
MmlMusic
Arduino library to play multi-track MML music using different sound devices.
MmlMusicPWM
Arduino library to play MML music using a piezo speaker on an output pin. Implemented using the MmlMusic base library.
mxUnified74HC595
mxUnifiedIO expander library for Arduino. Use device specific drivers with 74HC595 shift registers using a unified API.
mxUnifiedIO
mxUnifiedIO base library for Arduino. Use device specific drivers with I/O expanders using a unified API.
mxUnifiedPCF8574
mxUnifiedIO expander library for Arduino. Use device specific drivers with PCF8574/PCF8575 I/O expanders using a unified API.
TinySoftWire
TinySoftWire for Arduino. A tiny I2C library to make peripherals from ATtiny13A and similar MCUs.
TM16xx
Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.
maxint-rd's Repositories
maxint-rd/TM16xx
Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.
maxint-rd/FastPwmPin
Arduino library to generate a fast PWM signal on an output pin at maximum frequency. Example included.
maxint-rd/MmlMusicPWM
Arduino library to play MML music using a piezo speaker on an output pin. Implemented using the MmlMusic base library.
maxint-rd/ESP-MusicEngine
DEPRECATED MusicEngine library ported to Arduino IDE (for ESP8266 and ATmega)
maxint-rd/I2C-PCF8574-PCD8544-Nokia-5110-LCD
An Adafruit GFX driver for the PCD8544 (used on the Nokia 5110 LCD), driven via PCF8574 I2C I/O expander
maxint-rd/MmlMusic
Arduino library to play multi-track MML music using different sound devices.
maxint-rd/mxUnifiedIO
mxUnifiedIO base library for Arduino. Use device specific drivers with I/O expanders using a unified API.
maxint-rd/mxUnifiedPCF8574
mxUnifiedIO expander library for Arduino. Use device specific drivers with PCF8574/PCF8575 I/O expanders using a unified API.
maxint-rd/mxUnifiedSN76489
mxUnifiedIO device library for Arduino. Device specific driver for the SN76489 sound chip. Use SPI shift registers or I2C I/O expanders via the mxUnifiedIO API.
maxint-rd/TinySoftWire
TinySoftWire for Arduino. A tiny I2C library to make peripherals from ATtiny13A and similar MCUs.
maxint-rd/arduino-modules
Electronic modules made for Arduino. Descriptions, schematics and pictures of Arduino modules made by Maxint R&D
maxint-rd/mxUnifiedHPDL1414
mxUnifiedIO device library for Arduino. Device specific driver for the HPDL1414 bubble LED display module.
maxint-rd/mxUnifiedLcdEdentifier2
mxUnifiedIO device library for Arduino. Device specific driver for the LCD in the e.dentifier2 bank card device, derived from the Adafruit GFX library. Use SPI shift registers or I2C I/O expanders via the mxUnifiedIO API.
maxint-rd/mxUnifiedPCD8544_Nokia_5110_LCD
mxUnifiedIO device library for Arduino. Device specific driver for the PCD8544 Nokia 5110 LCD display, derived from the Adafruit GFX library. Use SPI shift registers or I2C I/O expanders via the mxUnifiedIO API.
maxint-rd/arduino_core_ch32
Core library for CH32duino
maxint-rd/YT_7-seg_modules
Designs and code for the YT 7-segment modules
maxint-rd/mxUnified74HC595
mxUnifiedIO expander library for Arduino. Use device specific drivers with 74HC595 shift registers using a unified API.
maxint-rd/Adafruit-GFX-CH32V003
Adafruit GFX graphics core Arduino library, stripped down to fit in CH32V003 projects
maxint-rd/Adafruit_SleepyDog
Arduino library to use the watchdog timer for system reset and low power sleep.
maxint-rd/arduino-sketches
Sketchbooks for the Arduino IDE
maxint-rd/electronic-projects
Collection of various projects
maxint-rd/library-registry
Arduino Library Manager list
maxint-rd/tiny-i2c
Minimal I2C master routines for ATtiny processors with a USI.