Skip to content

Instantly share code, notes, and snippets.

@Jeija
Created December 8, 2012 14:12
Show Gist options
  • Save Jeija/4240389 to your computer and use it in GitHub Desktop.
Save Jeija/4240389 to your computer and use it in GitHub Desktop.
mesecons =
{
receptor =
{
state = mesecon.state.
}
effector =
{
action_on = function
action_off = function
action_change = function
}
conductor =
{
state = mesecon.state.
offstate = opposite state (for state = on only)
onstate = opposite state (for state = off only)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment