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 TrapezoidControl QEI Pulse LM61CIZ
Diff: Input/Switch/Switch.h
- Revision:
- 22:7d93f79a3686
- Parent:
- 16:3f2c2d89372b
--- a/Input/Switch/Switch.h Mon Sep 09 00:19:28 2019 +0000
+++ b/Input/Switch/Switch.h Tue Sep 17 04:40:17 2019 +0000
@@ -27,6 +27,13 @@
#define DIP1 dipSw[1]
#define DIP2 dipSw[2]
#define DIP3 dipSw[3]
+
+ //Normal
+ #define LS_16 PB_6
+ #define LS_17 PB_9
+ #define LS_18 PB_8
+ #define LS_19 PC_9
+ #define LS_20 PC_8
class DipSw {
public: