report

Dependencies:   ADXL362 Lab7 mbed

Committer:
dprowe
Date:
Fri Mar 09 17:29:27 2018 +0000
Revision:
9:1f9c70fde134
Parent:
8:9d29dec6c0b7
a

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dprowe 8:9d29dec6c0b7 1 In our code we created an array containing the names of the registers and created the test
dprowe 8:9d29dec6c0b7 2 cases and made the test cases for the register print function that would cancel if it was
dprowe 8:9d29dec6c0b7 3 not connected correctly. We then called a for loop to print the register data from start
dprowe 8:9d29dec6c0b7 4 to end length. In our Main function, we created an array to store the data for the pressure
dprowe 8:9d29dec6c0b7 5 and temperature taken throughout the elevator ride. We then call a wait of 100 to create
dprowe 8:9d29dec6c0b7 6 a sampling speed of 10Hz.