diff options
author | Camil Staps | 2018-01-02 22:28:13 +0100 |
---|---|---|
committer | Camil Staps | 2018-01-02 22:28:13 +0100 |
commit | 82b4d838ee16fea80bfc0da630603273f7cba6c2 (patch) | |
tree | 1762a3ae13ae7b9758325606e301176ee1c61a67 /assignment-13/Arduino.dcl | |
parent | Remove value from cashModel; add further explanation to gastje (diff) |
Start with assignment 13
Diffstat (limited to 'assignment-13/Arduino.dcl')
-rw-r--r-- | assignment-13/Arduino.dcl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assignment-13/Arduino.dcl b/assignment-13/Arduino.dcl new file mode 100644 index 0000000..abb4888 --- /dev/null +++ b/assignment-13/Arduino.dcl @@ -0,0 +1,10 @@ +definition module Arduino + +from StdOverloaded import class toString + +from Util import class print + +:: Button = B0 | B1 | B2 | B3 | B4 | B5 + +instance toString Button +instance print Button |