From 0f0e66a1188de25a5d34dabdc0bb78aa27d06469 Mon Sep 17 00:00:00 2001 From: Mo Mirza Date: Sun, 19 Jul 2020 19:02:55 +0100 Subject: [PATCH] Update beginner-next-steps.md --- embedded-workshop-book/src/beginner-next-steps.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/embedded-workshop-book/src/beginner-next-steps.md b/embedded-workshop-book/src/beginner-next-steps.md index 62e4ade..10074e3 100644 --- a/embedded-workshop-book/src/beginner-next-steps.md +++ b/embedded-workshop-book/src/beginner-next-steps.md @@ -2,8 +2,7 @@ ## Collision avoidance -If you've al -y completed the main workshop tasks or would like to explore more on your own, we suggest you test the collision avoidance of the IEEE 802.15.4 radio used by the Dongle and DK. +If you've already completed the main workshop tasks or would like to explore more on your own, we suggest you test the collision avoidance of the IEEE 802.15.4 radio used by the Dongle and DK. If you check the API documentation of the `Radio` abstraction we have been using you'll notice that we haven't used these methods: `energy_detection_scan()`, `set_cca()` and `try_send()`.