Pinned Repositories
AceButton
An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
AceCommon
Common low-level Arduino functions and routines intended to be used by other libraries.
AceCRC
Cyclic Redundancy Check (CRC) algorithms (crc8, crc16ccitt, crc16modbus, crc32) converted from https://pycrc.org C99 code to Arduino C++.
AceRoutine
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
AceSegment
A library for rendering seven segment LED modules using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chip.
AceTime
Date and time classes for Arduino supporting the IANA TZ Database time zones to convert epoch seconds to date and time components in different time zones.
AUnit
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with EpoxyDuino for continuous builds.
bigquery-schema-generator
Generates the BigQuery schema from newline-delimited JSON or CSV data records.
EpoxyDuino
Compile and run Arduino programs natively on Linux, MacOS and FreeBSD.
rpn83p
RPN calculator app for TI-83 Plus and TI-84 Plus inspired by HP-42S
bxparks's Repositories
bxparks/AceSorting
Sorting algorithms for Arduino including Bubble Sort, Insertion Sort, Selection Sort, Shell Sort, Comb Sort, and Quick Sort
bxparks/AceSPI
Unified interface for selecting hardware or software SPI implementations on Arduino platforms
bxparks/AceTMI
Interfaces for communicating with the TM1637 and TM1638 LED controllers on Arduino platforms
bxparks/Adafruit-GFX-Library
Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from
bxparks/Adafruit-PCD8544-Nokia-5110-LCD-library
Arduino driver for PC8544, most commonly found in small Nokia 5110's
bxparks/arduino-esp32
Arduino core for the ESP32
bxparks/Arduino_Software_I2C
bxparks/ArduinoCore-avr
The Official Arduino AVR core
bxparks/arduinounit
ArduinoUnit is a unit testing framework for Arduino libraries
bxparks/ATTinyCore
Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
bxparks/KickSort
Arduino library for different sorting algorithms including quicksort, bubble sort, insertion sort, shell sort, and comb sort.
bxparks/library-registry
Arduino Library Manager list
bxparks/MAX7219LedMatrix
Library for the ESP8266 on Arduino IDE displaying text on multiple 8x8 led matrices
bxparks/nodatime
A better date and time API for .NET
bxparks/peps
Python Enhancement Proposals
bxparks/pubsubclient
A client library for the Arduino Ethernet Shield that provides support for MQTT.
bxparks/SoftwareWire
Creates a software I2C/TWI bus on every pins
bxparks/SoftWire
Software I2C implementation for Arduino and other Wiring-type environments
bxparks/STM32F1_RTC
Arduino library that allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.
bxparks/SWire
Software implementation of I2C for Arduino (Tested with the atmega328p based boards)
bxparks/TinyMqtt
ESP 8266 / 32 / WROOM Small footprint Mqtt Broker and Client
bxparks/tz
Time zone database and code