Update README.md

This commit is contained in:
Alex Spataru 2024-11-29 13:31:47 -05:00 committed by GitHub
parent 42cd82b51f
commit 9c10d17660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,10 +15,10 @@ Some examples also include Serial Studio project files (`*.json`) to simplify th
- **Screenshot**: Example view in Serial Studio.
### 2. Lorenz Attractor
- **Description**: This example simulates the Lorenz attractor, a set of chaotic differential equations, and transmits its \(x\), \(y\), and \(z\) values over serial. Serial Studio visualizes these values in real-time, producing the iconic butterfly-shaped Lorenz attractor.
- **Description**: This example simulates the Lorenz attractor, a set of chaotic differential equations, and transmits its $x$, $y$, and $z$ values over serial. Serial Studio visualizes these values in real-time, producing the iconic butterfly-shaped Lorenz attractor.
- **Contents**:
- **LorenzAttractor.ino**: Arduino code for simulating and transmitting Lorenz attractor data.
- **LorenzAttractor.json**: Serial Studio project file for configuring plots with \(x\), \(y\), and \(z\) datasets.
- **LorenzAttractor.json**: Serial Studio project file for configuring plots with $x$, $y$, and $z$ datasets.
- **README.md**: Comprehensive setup guide for running the simulation and visualizing it in Serial Studio.
- **Screenshots**: Includes references to `project-setup.png` and `lorenz-example.png` for visual guidance on project setup and attractor visualization.