marklove5102's Stars
nickgammon/bitBangedSPI
SPI class for Arduino Uno and similar
nickgammon/MAX7219
Arduino library for MAX7219 display chip
nickgammon/Party_RFID_system
nickgammon/NeoPixels_SPI
Arduino library for NeoPixels
nickgammon/Keypad_Decoder
Sketch to decode a keypad matrix and output the results by Serial
nickgammon/Keypad_Matrix
Arduino library for handling keypad matrix keyboards
nickgammon/MAX7219_Dot_Matrix
Arduino library for MAX7219 display chip used with 8x8 dot-matrix display
nickgammon/HTTPserver
nickgammon/SendOnlySoftwareSerial
Arduino library for sending (only) of serial data
nickgammon/Regexp
Regular expression parser for microcontrollers based on the Lua one
nickgammon/I2C_graphical_LCD_display
Arduino library for LCD displays using I2C protocol
nickgammon/arduino_sketches
Publicly-released sketches for the Arduino microprocessor
nickgammon/tinymudserver
An example MUD game written in C++
nickgammon/RS485_non_blocking
A non-blocking Arduino library for sending data between RS485 nodes
nickgammon/RS485_protocol
A blocking Arduino library for sending RS485 packets from one node to another
nickgammon/I2C_Anything
Arduino library to simplify reading/writing to I2C
nickgammon/BigNumber
BigNumber library for the Arduino
nickgammon/IC_tester
nickgammon/mushclient
Open Source Windows MUD game client
nickgammon/parser
Expression parser written in C++
grimfang4/sprig
A library for rendering 2D graphics in software using SDL.
grimfang4/nfont
A powerful font class for SDL and SDL_gpu.
grimfang4/SDL_FontCache
A generic font caching C library with loading and rendering support for SDL.
grimfang4/sfxr
DrPetter's sound effect generator
grimfang4/SDL_gifwrap
A wrapper over giflib that makes loading and saving multi-frame GIF files reasonable.
grimfang4/sdl-gpu
A library for high-performance, modern 2D graphics with SDL written in C.
libSDL2pp/libSDL2pp
C++ bindings/wrapper for SDL2
slowriot/libtelegram
Fast, efficient, header-only C++ Telegram bot API library using polling or FastCGI.
eidheim/tiny-process-library
A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process
eidheim/Simple-WebSocket-Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.