FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

uwsailbot/sensor_libraries: custom arduino libraries for load testing raspberry pi 3 · GitHub

Repository files navigation

sensor_libraries

custom arduino libraries for load testing raspberry pi 3

Guidelines for sensor_libraries:

1. Name all files:

<sensorname>_test.ino 

2. Get the sensors to communicate at 9600 baud.

Serial.Begin(9600);  

3. Output relevant data every 50 ms.

Serial.println(relevantData);   

4. Output all the relevant data that we would need from your sensor (compass heading, gyro rates, acceleration vectors etc.)

About

custom arduino libraries for load testing raspberry pi 3

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL