From d7f8b60713ce4f23e14d0cb6b5acfb7a9df37afe Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 28 Jun 2022 03:38:48 -0700 Subject: [PATCH] note which board we're targeting with this --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index ac4f44f..70750ca 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ Goal is to either sense foot positions, or foot movement, across a large flat pad. +This is a prototype to test the concepts below, designed for the STM32F3 Discovery board (in particular due to its [excellent Rust support](https://docs.rust-embedded.org/discovery/f3discovery/)). + METHODS =======