-
Notifications
You must be signed in to change notification settings - Fork 84
Supported Hardware
Fredrik Hubinette edited this page Dec 30, 2019
·
3 revisions
While the Proffie OS was developed, a couple of hardware variants followed it. They are all PCB extensions of the Teensy 3.2 Development board. ProffieBoard is the latest variant using its own dedicated CPU and removing the need of "Sandwitch build" installs.
To configure your program to run on specific hardware make sure to have its include header in your configuration file:
#include "v1_config.h"
#include "v2_config.h"
#include "v3_config.h"
#include "proffieboard_v1_config.h"
#include "proffieboard_v2_config.h"
Cool Footer