Pinned Repositories
A2JoystickAdapter
A simple board to connect a 16-pin Apple II joystick to the 9-pin connector on the back of Apple IIe and later computers.
esp-opc-server
Open Pixel Control server for ESP8266
FeatherWing-template-KiCad
A KiCad 5 template for making a FeatherWing board.
hs-wiringPi
A Haskell binding to the wiringPi library, for using GPIO on the Raspberry Pi.
https-example
An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mailing list. This was just a one-off that I'm not maintaining, but I'm happy to accept pull requests.
json65
A JSON parser written in 6502 assembly language.
jsw-libs
Data structure libraries in C.
McLabel
Create labels for your McMaster-Carr bags, based on your McMaster-Carr receipt.
normalization-insensitive
A Haskell package based on the case-insensitive package, but for Unicode normalization instead of case.
mignon-p's Repositories
mignon-p/json65
A JSON parser written in 6502 assembly language.
mignon-p/FeatherWing-template-KiCad
A KiCad 5 template for making a FeatherWing board.
mignon-p/jsw-libs
Data structure libraries in C.
mignon-p/McLabel
Create labels for your McMaster-Carr bags, based on your McMaster-Carr receipt.
mignon-p/normalization-insensitive
A Haskell package based on the case-insensitive package, but for Unicode normalization instead of case.
mignon-p/A2JoystickAdapter
A simple board to connect a 16-pin Apple II joystick to the 9-pin connector on the back of Apple IIe and later computers.
mignon-p/NeoBit
KiCad files for a board that lets you hook up NeoPixels to a BBC micro:bit. The board also has a couple of slide potentiometers for input.
mignon-p/dalvik-explorer
Some changes I've made to the "Dalvik Explorer" Android app, which I imported from subversion from its Google Code home page at https://code.google.com/p/enh/
mignon-p/hs-mercury-api
Haskell binding to Mercury API for ThingMagic RFID readers
mignon-p/rs-embedded-fish
An animated fish tank program written in Rust that runs on Longan Nano boards
mignon-p/avr-arduino-kicad
KiCad libraries and templates for AVR microcontrollers with a pinout that matches Arduino.
mignon-p/butterfly-hw
KiCad and Gerber files for a nightlight shaped like a butterfly.
mignon-p/TreeOrnament
A circuit board Christmas ornament, shaped like a tree, designed with KiCad.
mignon-p/ButterflyChain
KiCad files for a chainable NeoPixel butterfly.
mignon-p/hs-wiringPi-test-board
KiCad design for a Raspberry Pi add-on board for testing the Haskell binding for wiringPi
mignon-p/pio-gd32f350cb
Experimental support for GD32F350CB chip and the SPL framework
mignon-p/SpeakerAdapter
Puts a JST-PH connector on the "Music Maker FeatherWing with Amp" instead of terminal blocks.
mignon-p/butterfly-fw
Firmware for my butterfly nightlight.
mignon-p/bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
mignon-p/Console-Docs
Windows Console Docs Repo
mignon-p/cpp-docs
C++ Documentation
mignon-p/haskell-kicad-data
Parse and write KiCAD data in Haskell.
mignon-p/kicad-footprints
Official KiCad Footprint Libraries for the future Kicad version 5
mignon-p/kicad-symbols
Official KiCad schematic symbol libraries
mignon-p/mcp794xx-rs
Platform agnostic Rust driver for the MCP794xx real-time clock / calendar family, using the embedded-hal traits.
mignon-p/pio-framework-spl-with-gd32
Modified framework-spl package for PlatformIO with some GD32 support
mignon-p/plasma
mignon-p/rust-stuff
Just messing around with learning Rust.
mignon-p/SoundDetectorWing
A FeatherWing for interfacing with the SparkFun Sound Detector board.
mignon-p/strlit-test
Demonstrate how slow string literals are (at compile time) for ByteString and Builder