• Stars
    star
    93
  • Rank 359,906 (Top 8 %)
  • Language
    C++
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Compile and run Arduino programs natively on Linux, MacOS and FreeBSD.

More Repositories

1

AceButton

An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
C++
347
star
2

bigquery-schema-generator

Generates the BigQuery schema from newline-delimited JSON or CSV data records.
Python
231
star
3

AUnit

Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with EpoxyDuino for continuous builds.
C++
163
star
4

AceRoutine

A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
C++
154
star
5

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.
C++
73
star
6

AceCommon

Common low-level Arduino functions and routines intended to be used by other libraries.
C++
26
star
7

AceSegment

A library for rendering seven segment LED modules using the TM1637, TM1638, MAX7219, HT16K33, or 74HC595 controller chip.
C++
22
star
8

rpn83p

RPN calculator app for TI-83 Plus and TI-84 Plus inspired by HP-42S
Assembly
22
star
9

AUniter

Command line tools for verifying Arduino sketches, uploading them to boards, validating AUnit unit tests, and integrating with continuous integration platforms.
Shell
19
star
10

AceCRC

Cyclic Redundancy Check (CRC) algorithms (crc8, crc16ccitt, crc16modbus, crc32) converted from https://pycrc.org C99 code to Arduino C++.
C++
14
star
11

AceWire

Fast and compact software I2C implementations (SimpleWireInterface, SimpleWireFastInterface) on Arduino platforms. Also provides adapter classes to allow the use of third party I2C libraries using the same API.
C++
10
star
12

AceTimeClock

System clocks for Arduino compatible with the AceTime library
C++
8
star
13

AceUtils

Useful Arduino utilities which are too small as separate libraries, but complex enough to have external dependencies to other libraries.
C++
5
star
14

AceSorting

Sorting algorithms for Arduino including Bubble Sort, Insertion Sort, Selection Sort, Shell Sort, Comb Sort, and Quick Sort
C++
5
star
15

AceSPI

Unified interface for selecting hardware or software SPI implementations on Arduino platforms
C++
1
star
16

AceSegmentWriter

Write decimal numbers, hex numbers, temperature, clock digits, characters, and strings to seven segment LED modules supported by AceSegment.
C++
1
star