diff options
author | plampkin <83132062+plampkin@users.noreply.github.com> | 2021-04-27 10:17:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 10:17:20 -0500 |
commit | 489807a0032f05c80cd4455bb10f403fe387f8f1 (patch) | |
tree | b426e7155b9518844adb0e5a24e7612988cfb61d /digital-controller | |
parent | 6d4ac6a329cba1d1077e75011f4a8ec2df7b7be4 (diff) |
Update README.md
updated wording and fixed spelling
Diffstat (limited to 'digital-controller')
-rw-r--r-- | digital-controller/README.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/digital-controller/README.md b/digital-controller/README.md index 796b347..6920c1c 100644 --- a/digital-controller/README.md +++ b/digital-controller/README.md @@ -1,10 +1,12 @@ # Digital Controller The digital driver board can be controlled using a "digital control unit." -Potential digital control units include Arduino microcontrollers or Rasberry Pi devices. +Potential digital control units include Arduino or Rasberry Pi devices. These control units can "supervise" the light intensity and fan speed of WPP devices fitted with digital driver boards. -Custom control unit firmware is required to enable supervision of digital driver boards. -Open-source firmware for controlling an digital driver board with an Ardunio microcontroller is provided. +Custom control unit firmware is required to interface with digital driver boards. +Open-source firmware for controlling a digital driver board with an Ardunio Uno is provided. +See the firmware files for use instructions. -Instructions on using this firmware with an Arduino microcontroller is provided in the fabrication and operation instructions. +Instructions on connecting an Arduino Uno to a digital driver board are provided in the fabrication and operation instructions. +Please see [wpp-fabrication-operation.pdf](./fabrication-and-operation-instructions/wpp-fabrication-operation.tex). |