From b2c57c4cfba77a78927bebfe1f5b863e22ba5687 Mon Sep 17 00:00:00 2001 From: gbrochar Date: Mon, 4 Jan 2021 14:21:33 +0100 Subject: [PATCH] typos --- src/client/components/Arduino.tsx | 6 +++--- src/client/components/Beepbox.tsx | 8 ++++---- src/client/components/Instruments.tsx | 4 ++-- src/client/components/Kinect.tsx | 2 +- src/client/components/Presentation.tsx | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/client/components/Arduino.tsx b/src/client/components/Arduino.tsx index c70e9d1..ba75467 100644 --- a/src/client/components/Arduino.tsx +++ b/src/client/components/Arduino.tsx @@ -8,12 +8,12 @@ export default function Arduino() {

Cerberus played with an Arduino controller

A recording of a work session experimenting with Arduino and a - MOSFET transistor to control the laser state, by + MOSFET transistor to control the laser state. By synchronizing the frequency of the waveform and the frequency - of the MOSFET we can create segmentation, you can see 8 + of the MOSFET we can create segmentation: you can see 8 segments at 1:24 and later 256 segments. The laser sometimes vanishes because I recompile the arduino project during the - video

+ video.