Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

engaging-computing/axon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axon

This is a program for the Adafruit Feather Huzzah ESP8266 board.

It will allow the board to retrieve data using an API.

Currently, it is very much a work in progress.

The Axon object must be declared with the static storage class specifier at the top of the loop() function

To specify WiFi credentials, make a copy of Keys.h.template and rename it to Keys.h. Then, input your WiFi credentials into the specified area.

Keys.h is not included in the repository to avoid pushing sensitive information to publicly accessible servers.

Dependencies: ArduinoJson v5.13.1 or later (included as submodule)

To download submodules, run:

git submodule init
git submodule update

Releases

No releases published

Packages

No packages published

Languages