diff --git a/docs/lessons/charting/challenge.md b/docs/lessons/charting/challenge.md index 18b40846..660a10c0 100644 --- a/docs/lessons/charting/challenge.md +++ b/docs/lessons/charting/challenge.md @@ -86,3 +86,7 @@ Have fun reviewing your simulation and analyze the acceleration by chart the Exc * The first person and second person take turns tilting the micro:bit in the "x" direction while the other player charts the data on the micro:bit! * Review and analyze the actual micro:bit device acceleration data on Excel * Display acceleration with y or z using plot bar graph by changing acceleration from "x" to "y" or "z" + +```package +microbit-radio +``` \ No newline at end of file diff --git a/docs/lessons/pogo.md b/docs/lessons/pogo.md index ddd50a58..928a9612 100644 --- a/docs/lessons/pogo.md +++ b/docs/lessons/pogo.md @@ -42,3 +42,7 @@ radio.onDataReceived(() => { }) * learn how to conditionally run code depending on whether a condition is true or not * learn how to run code when an input button is pressed * learn how to pause your code for the specified number of milliseconds + +```package +microbit-radio +``` \ No newline at end of file diff --git a/docs/lessons/pogo/activity.md b/docs/lessons/pogo/activity.md index d8a3941c..8e85a649 100644 --- a/docs/lessons/pogo/activity.md +++ b/docs/lessons/pogo/activity.md @@ -162,3 +162,7 @@ radio.onDataReceived(() => { Connect the first micro:bit to your computer using your USB cable and run the pogo script on it. Connect the second micro:bit to your computer using your USB cable and run the pogo script on it. The first person and second person take turns jumping in the “y” direction while the other player uses the micro:bit to track the results on the micro:bit! + +```package +microbit-radio +``` \ No newline at end of file diff --git a/docs/lessons/seismograph.md b/docs/lessons/seismograph.md index a5f7b6c5..53a14e38 100644 --- a/docs/lessons/seismograph.md +++ b/docs/lessons/seismograph.md @@ -33,3 +33,7 @@ radio.receiveNumber(); * learn how to return the sum of the two numbers * learn how to get acceleration value in milli-gravitys * learn how to read the connector value as analog as a value comprised between 0 and 1023 + +```package +microbit-radio +``` \ No newline at end of file diff --git a/docs/lessons/seismograph/challenge.md b/docs/lessons/seismograph/challenge.md index 8c8134a0..e046449a 100644 --- a/docs/lessons/seismograph/challenge.md +++ b/docs/lessons/seismograph/challenge.md @@ -195,4 +195,6 @@ Let's select Style 10 as an example. * The first person and second person take shaking or moving the micor:bit in any direction while the other player charts the data on the micro:bit! * Review and analyze the actual micro:bit device acceleration data on Excel - +```package +microbit-radio +``` \ No newline at end of file diff --git a/docs/projects/radio-challenges.md b/docs/projects/radio-challenges.md index 7cdec64c..12f2f331 100644 --- a/docs/projects/radio-challenges.md +++ b/docs/projects/radio-challenges.md @@ -89,4 +89,8 @@ Have fun reviewing your simulation and analyze the acceleration by chart the Exc ### ~button /projects/the-watch NEXT: The Watch -### ~ \ No newline at end of file +### ~ + +```package +microbit-radio +``` \ No newline at end of file