From 8578faf533ef5ed200b722ebc8551f32ace3a5cf Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 7 Jan 2018 17:12:34 +0100 Subject: Cleanup code --- assignment-13/uFPL/Arduino.dcl | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 assignment-13/uFPL/Arduino.dcl (limited to 'assignment-13/uFPL/Arduino.dcl') diff --git a/assignment-13/uFPL/Arduino.dcl b/assignment-13/uFPL/Arduino.dcl deleted file mode 100644 index efed603..0000000 --- a/assignment-13/uFPL/Arduino.dcl +++ /dev/null @@ -1,10 +0,0 @@ -definition module uFPL.Arduino - -from StdOverloaded import class toString - -from uFPL.Util import class print - -:: Button = B0 | B1 | B2 | B3 | B4 | B5 - -instance toString Button -instance print Button -- cgit v1.2.3