Spaces:
Sleeping
Sleeping
refactor: Improve code readability and performance in app.py
Browse files
app.py
CHANGED
|
@@ -12,12 +12,12 @@ st.title("Fan Control Panel")
|
|
| 12 |
# Description and context
|
| 13 |
st.markdown(
|
| 14 |
"""
|
| 15 |
-
This application accesses a public test demo of a
|
| 16 |
-
microcontroller via an EMC2101 fan controller.
|
| 17 |
-
and visualize the RPM data.
|
| 18 |
|
| 19 |
-
For context, see the fan control
|
| 20 |
-
https://github.com/AccelerationConsortium/ac-training-lab/tree/main/src/ac_training_lab/picow/fan-control
|
| 21 |
[[permalink](https://github.com/AccelerationConsortium/ac-training-lab/tree/a8b9cad0dc8c162bdff20c0d0fdff2f45c5f0012/src/ac_training_lab/picow/fan-control)]
|
| 22 |
. You may also be interested in the Acceleration Consortium's ["Hello World"
|
| 23 |
microcourse](https://ac-microcourses.readthedocs.io/en/latest/courses/hello-world/index.html)
|
|
|
|
| 12 |
# Description and context
|
| 13 |
st.markdown(
|
| 14 |
"""
|
| 15 |
+
This application accesses a public test demo of a small computer fan (Canakit
|
| 16 |
+
RPi 5 fan) controlled by a Pico W microcontroller via an EMC2101 fan controller.
|
| 17 |
+
Send speed commands to the motor and visualize the RPM data.
|
| 18 |
|
| 19 |
+
For context, see the [fan control
|
| 20 |
+
code](https://github.com/AccelerationConsortium/ac-training-lab/tree/main/src/ac_training_lab/picow/fan-control)
|
| 21 |
[[permalink](https://github.com/AccelerationConsortium/ac-training-lab/tree/a8b9cad0dc8c162bdff20c0d0fdff2f45c5f0012/src/ac_training_lab/picow/fan-control)]
|
| 22 |
. You may also be interested in the Acceleration Consortium's ["Hello World"
|
| 23 |
microcourse](https://ac-microcourses.readthedocs.io/en/latest/courses/hello-world/index.html)
|