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

Latest commit

 

History

History

arduino

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

deskmate-arduino

This is a PlatformIO project that adds Arduino implementation to the platform-agnostic deskmate library.

The hardware I currently use is:

Ease of porting this implementation to different hardware is a major goal. For example, this is how the SHARP display implements the abstract Display interface. Adding support to a new display amounts to implementing this same interface for it.

Configuration

The entrypoint (src/main.cc) expects a credentials.h file under the src/ directory. Copy the src/credentials_example.h and fill it up with your configuration.

Build & run

The easiest way to build, run and upload deskmate-arduino to your board is to install the PlatformIO extension to your favorite IDE and open this directory. In my case, I use PlatformIO for VSCode.