An open API service indexing awesome lists of open source software.

https://github.com/kisom/featherlib

Common FeatherWing library for Feather M0 and M4s.
https://github.com/kisom/featherlib

arduino embedded feather feather-m0 feather-m0-lora feather-m4 featherwing platformio

Last synced: 9 months ago
JSON representation

Common FeatherWing library for Feather M0 and M4s.

Awesome Lists containing this project

README

          

featherlib
==========

[![Documentation Status](https://readthedocs.org/projects/featherlib/badge/?version=latest)](https://featherlib.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.org/kisom/featherlib.svg?branch=master)](https://travis-ci.org/kisom/featherlib)

[PlatformIO library](https://platformio.org/lib/show/6168/featherlib/)

This is a set of building blocks for Adafruit's Feather ecosystem. The
goal is to make it easier to deploy and write decent modularised code, and
this library does this by building on top of a number of other libraries.
It isn't intended for firmware that needs to be highly compact or with
strict requirements on memory. This library also doesn't fear using the
STL where it makes sense.

Currently supported Feathers:

+ The Feather M4 express
+ The Feather M0 (the basic and the RFM95 versions have been checked)

Currently supported Featherwings:

+ The Adalogger SD + RTC
+ The Ultimate GPS
+ The OLED display wing
+ RFM95 support (both the Feather M0 with RFM95 and RFM95 Radiowing);
currently, this is LoRa-only with support for LoRaWAN to come in
the future.

Next on the TODO list:

+ LoRaWAN support for the RFM95.