diff --git a/docs/lessons/charting/acceleration.md b/docs/lessons/charting/acceleration.md index ab0fe9ed..1bfda024 100644 --- a/docs/lessons/charting/acceleration.md +++ b/docs/lessons/charting/acceleration.md @@ -29,7 +29,7 @@ basic.forever(() => { ### ~ Notice that moving the micro:bit in the simulator from left to right (x direction) changes the values beneath the micro:bit in a range from 1023 to -1023 as measured in milli-gravities. By hovering over the micro:bit from left to right, you can observe changing values beneath the micro:bit simulator. Also, the LEDs shown on the Bar Graph fluctates based on the movement of the micro:bit simulator in the x direction. The line underneath the micro:bit simulator reflect the acceleration in the x direction. -![](/static/mb/acc.png) +![](/static/mb/data4.png) ### ~ NOTE: The colors of the charts reflect the color of the micro:bit simulator. In this instance, the micro:bits are blue and green. So the colors of the line graphs reflect the colors of the micro:bit diff --git a/docs/static/mb/data4.png b/docs/static/mb/data4.png new file mode 100644 index 00000000..e9923003 Binary files /dev/null and b/docs/static/mb/data4.png differ