From 17bddacf689a03b22c5bf0858a7aae881bc50bfa Mon Sep 17 00:00:00 2001 From: aprochazka Date: Fri, 24 Mar 2023 16:03:39 +0100 Subject: [PATCH] add block scheme of device to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c19cf7..d4dc4fe 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Before running code, connect camera module to microcontroler through pins descri You can connect optional Debug LED to A1 pin in Nucleo board. +#### Probe design block Scheme +![alt text](https://github.com/aprochazka/ProfilometerProbe/blob/main/deviceScheme.png?raw=true) + ### Usage - After turning on device, it initializes camera module and starts to capture JPEG images and continuously sends them through UART. @@ -43,3 +46,4 @@ You can connect optional Debug LED to A1 pin in Nucleo board. ### In progress - Implementing tinyUSB UVC to send JPEGS instead of UART +