Files
Johannes Kanig 35e56d626f (no-tn-check) fix various whitespace issues on the repo
Change-Id: I387b5ffa968e0e212924455ada8a38ef71a64431
2021-12-15 11:54:30 +09:00

11 lines
152 B
Ada

package Switch
--# own in State;
is
type Reading is (on, off, unknown);
function ReadValue return Reading;
--# global in State;
end Switch;