From 09a06d9fa9270e10b99e5c7a03e16ff20153c73a Mon Sep 17 00:00:00 2001 From: Michael Elliot Braun Date: Mon, 25 Apr 2016 15:44:07 -0700 Subject: [PATCH] update acc --- docs/lessons/charting/acceleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lessons/charting/acceleration.md b/docs/lessons/charting/acceleration.md index 35937230..4b0dda2c 100644 --- a/docs/lessons/charting/acceleration.md +++ b/docs/lessons/charting/acceleration.md @@ -51,7 +51,7 @@ Finally, you must open the Excel CSV file by clicking on the data.xls file that ### ~avatar avatar -Welcome! The activity will teach you how to use the acceleration of the 1st micro:bit and return the acceleration value in a visual graphing display using the 2nd micro:bit. Let's get started! +Welcome! The activity will teach you how to use the acceleration of the 1st micro:bit and to visualize the acceleration on the 2nd micro:bit. Let's get started! ### ~ Let's measure `acceleration (mg)` and then `send number`. `Acceleration` is measured in **milli-gravities**, so a value of -1000 is equivalent to -1g or -9.81m/s^2. We will be able to get the acceleration value (g-force), in the specified "x" dimension. `Send number` will broadcast a number data packet to other micro:bits connected via radio.