Update README.md

This commit is contained in:
Alex Spataru 2024-11-29 13:34:35 -05:00 committed by GitHub
parent 5e0aee5fbb
commit 149bef77c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ No additional hardware is required beyond the Arduino. Ensure the Arduino is con
## **Arduino Sketch**
The provided Arduino code simulates the Lorenz attractor and transmits the calculated values (\(x\), \(y\), \(z\)) to Serial Studio. Here's the complete code:
The provided Arduino code simulates the Lorenz attractor and transmits the calculated values $x$, $y$ and $z$ to Serial Studio. Here's the complete code:
```cpp
//