From 8ddee746041874ca4aa1d04db77aa62fa0154a55 Mon Sep 17 00:00:00 2001 From: Lars Veldscholte Date: Fri, 23 Aug 2024 22:43:28 +0200 Subject: [PATCH] Update README.md Update README for Teensy 4.0 support --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adac6c4..dd7906c 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ This repository contains the Arduino firmware that implements a humidistat (humidity controller) by actuating two solenoid valves. The firmware can be used on a variety of [Arduino-compatible boards](https://docs.platformio.org/en/latest/frameworks/arduino.html#boards), but is developed for - and tested on the following two MCU boards: + and tested on the following MCU boards: - Arduino Uno (AVR ATmega328P) - Teensy LC (ARM Cortex-M0+) +- Teensy 4.0 (ARM Cortex-M7) ![](docs/pic.jpg)