Merge pull request #20 from soapysoltionss/main

edit README.md barcode
This commit is contained in:
Richie Wang 2023-11-28 14:55:06 +08:00 committed by GitHub
commit c0d7091b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ a bias calculation. This method was not used in the final version, because the r
The final version of the magnetometer uses a **moving average filter** to smooth the data and a bias of 0 degrees. The final version of the magnetometer uses a **moving average filter** to smooth the data and a bias of 0 degrees.
## Barcode (Line) Sensor ## Barcode (Line) Sensor
The barcode sensor uses edge interrupts to trigger the barcode sensor when the sensor hits a black line, which then measures the width of the black line to white, and stores it in an array. The Code39 barcode library is used as a reference for the barcode decoding function.
## WiFi (Web Server) Module ## WiFi (Web Server) Module