update seis act

This commit is contained in:
Michael Elliot Braun 2016-05-10 09:11:11 -07:00
parent f77e7b8850
commit cdfc99ad3f

View File

@ -3,7 +3,7 @@
### ~avatar avatar
In this project, you will build your own seismograph.
Welcome! In this project, you will build your own seismograph. This activity will teach how to use the micro:bit to chart the strength of the acceleration. Let's get started!
### ~
@ -15,7 +15,6 @@ In this project, you will build your own seismograph.
* Tape
* Scissors
Welcome! This activity will teach how to use the micro:bit to chart the strength of the acceleration. Let's get started!
Step 1. Prepare Tape: Measure and cut approximately 10mm of tape. The tape will be fastened to a micro USB cable.
@ -72,7 +71,7 @@ basic.forever(() => {
### ~avatar avatar
The coding is done! Let's chart with the seismograph!
We now need to use the micro:bit to chart the strength of the acceleration.
### ~