Skip to content

Instantly share code, notes, and snippets.

@slimbo
Created November 8, 2012 02:06
Show Gist options
  • Select an option

  • Save slimbo/4036102 to your computer and use it in GitHub Desktop.

Select an option

Save slimbo/4036102 to your computer and use it in GitHub Desktop.
Hit the Bits! - Light Switch Interface
interface ISwitch
{
void turnOn();
void turnOff();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment