From 3a43bf9c13ef0e3a69f3555a462e09492fc679ca Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Thu, 16 Jul 2020 14:00:40 +0200 Subject: [PATCH] add keep cable plugged recommendation --- embedded-workshop-book/src/usb-enumeration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/usb-enumeration.md b/embedded-workshop-book/src/usb-enumeration.md index b376381..dbb7c00 100644 --- a/embedded-workshop-book/src/usb-enumeration.md +++ b/embedded-workshop-book/src/usb-enumeration.md @@ -14,4 +14,4 @@ These host actions will be perceived as *events* by the nRF52840. During this wo There are more USB concepts involved that we'll need to cover, like descriptors, configurations, interfaces and endpoints but for now let's see how to handle USB events. -For each step of the course, we've prepared a `usb-.rs` file that gives you a base structure and hints on how to proceed. The matching `usb--solution.rs` contains a sample solution should you need it. Switch from `usb-.rs` to `usb-.rs` when instructed and continue working from there. \ No newline at end of file +For each step of the course, we've prepared a `usb-.rs` file that gives you a base structure and hints on how to proceed. The matching `usb--solution.rs` contains a sample solution should you need it. Switch from `usb-.rs` to `usb-.rs` when instructed and continue working from there. Please keep the USB cable plugged into J3 through all these exercises. \ No newline at end of file