summaryrefslogtreecommitdiff
path: root/assignment-13/Arduino.dcl
blob: abb488852b2f64888a6431c909c0cfa0af5d5f33 (plain) (blame)
1
2
3
4
5
6
7
8
9
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