// Howdy 👋.
//
// If you are new to writing code in Flux make sure to check out our get started docs: https://docs.flux.ai/manual/code-editor-overview
//
// We also have a Flux Slack Community in case you need help: https://join.slack.com/t/fluxcommunity/shared_invite/zt-p48n941f-wzQ06kGmuFJ2HXnGYT1JkA
//
// To infinity and beyond 🚀
#include < Wire.h >
#include < SPI.h >
// OLED I2C pins
const int OLED_SCL_PIN = 4;
const int OLED_SDA_PIN = 5;
// OLED Additional Control pins
const int OLED_RES_PIN = 6; // Reset pin
const int OLED_DC_PIN = 7; // Data/Command pin
const int OLED_CS_PIN = 15; // Chip Select pin
// MAX31865 SPI pins
const int MAX31865_CS_PIN = 41; // Chip Select pin