Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Lab_6_WaG by
Diff: main.cpp
- Revision:
- 27:3006f5abc0a5
- Parent:
- 23:3da1d39c1ae9
- Child:
- 28:a07b27cc6d13
--- a/main.cpp	Tue Mar 20 15:58:58 2018 +0000
+++ b/main.cpp	Thu Mar 22 15:32:44 2018 +0000
@@ -26,6 +26,7 @@
 DigitalIn jog_cw(PF_14);
 DigitalIn jog_ccw(PE_13);
 DigitalIn my_button(USER_BUTTON);
+BusOut mux_select(MUX_S0, MUX_S1, MUX_S2, MUX_S3);
 
 struct spi_cfg as1107{
     SPI_AS1107_ID,
    