/SDKGadgeteer

Example of program with the Gadgeteer FEZ Cerberus Tinker Kit and the module BreadBoard X1 Module where each state has a example of code with a module.

Primary LanguageC#MIT LicenseMIT

SDKGadgeteer

Example of program with the Gadgeteer FEZ Cerberus Tinker Kit and the module BreadBoard X1 Module where each state has a example of code with a module.

Add a state

  • Copy the class ExampleState
  • Change the name of this class
  • Replace a item of menu in the constructer of the class MainState
  • Add a case in the function MainState.SelectState(int menuItem) and initialize your class.

Demos

  • Joystick
  • Led on button
  • Timer (in class ExampleState)
  • Version framework
  • SdCard + DataSerializer
  • Sound
  • ...