|
4 | 4 |
|
5 | 5 | <a href='https://microsoftgarage.visualstudio.com/002806e2-ebaa-4672-9d2e-5fe5d29154ef/_boards/board/t/227906bb-31ac-4b07-8626-3d757754a616/Microsoft.RequirementCategory/'><img src='https://microsoftgarage.visualstudio.com/002806e2-ebaa-4672-9d2e-5fe5d29154ef/227906bb-31ac-4b07-8626-3d757754a616/_apis/work/boardbadge/73f82653-3da1-4a6f-bb79-c91c9eecec28' alt='Azure DevOps Board Badge' /></a> |
6 | 6 |
|
7 | | -Make without limit! Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX) or your BBC micro:bit! Test and debug your code on the device simulator and see the same |
| 7 | +Make without limit! Device Simulator Express, a Microsoft Garage project, allows you to code microcontrollers without the hardware on hand! You can program your Adafruit Circuit Playground Express (CPX), your BBC micro:bit or the Adafruit CLUE! Test and debug your code on the device simulator and see the same |
8 | 8 | result when you plug in your actual microcontroller. Curious about the output of the device, the serial |
9 | 9 | monitor allows you to observe the device output. |
10 | 10 |
|
@@ -120,8 +120,6 @@ In Device Simulator Express, you can use keyboard to interact with the device: |
120 | 120 |
|
121 | 121 | ## Adafruit CLUE Simulator |
122 | 122 |
|
123 | | -NOTE: This simulator is hidden under the preview mode flag. See below on how to enable the preview mode flag. |
124 | | - |
125 | 123 | ### Features |
126 | 124 |
|
127 | 125 | - IntelliSense and syntax highlighting for CircuitPython code for the following drivers and libraries: |
@@ -164,22 +162,6 @@ NOTE: This simulator is hidden under the preview mode flag. See below on how to |
164 | 162 | - Refresh the simulator: <kbd>Shift</kbd> + <kbd>R</kbd> |
165 | 163 | - Run the simulator: <kbd>Shift</kbd> + <kbd>F</kbd> |
166 | 164 |
|
167 | | -## How to enable preview flag |
168 | | - |
169 | | -Currently, we have our Adafruit CLUE simulator hidden behind a preview flag and we want you to try it out! |
170 | | - |
171 | | -### I. Open settings |
172 | | - |
173 | | -For Windows and Linux, you can use <kbd>Ctrl</kbd> + <kbd>,</kbd> or use `File -> Preferences -> Settings` in the top menu to navigate to settings. For Mac, you can use <kbd>Cmd</kbd> + <kbd>,</kbd> or use `Code -> Preferences -> Settings`. |
174 | | - |
175 | | - <img alt='Adafruit CLUE' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/assets/readmeFiles/clue/open_settings.PNG'> |
176 | | - |
177 | | -### II. Search for our preview flag and enable it! |
178 | | - |
179 | | -In the top search bar, search for `DeviceSimulatorExpress.previewMode`. Then, check the checkbox for the setting that pops up when you serach. |
180 | | - |
181 | | - <img alt='Adafruit CLUE' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/assets/readmeFiles/clue/check_preview_mode.gif'> |
182 | | - |
183 | 165 | ## How to use |
184 | 166 |
|
185 | 167 | To use Device Simulator Express, install the extension from the marketplace and reload VS Code. |
|
0 commit comments