Difference between revisions of "Myrio"

From RobotinoWiki
(Programing the On/Off Button)
(Programing the On/Off Button: First version of sum up for the Power Button with link to detailed article)
Line 2: Line 2:
 
== Robotino3 and National Instruments myRIO==
 
== Robotino3 and National Instruments myRIO==
  
== Programing the On/Off Button ==
+
== Power Button==
 +
The Power Button is run by an ATtiny24A microcontroller and is individually programmable.
 +
The standard setup of the Power Button proceeds like the following:
 +
 
 +
[[File:PowerButton.png]]
 +
 
 +
For further information on programming the microcontroller read this [[Program_Power_Button|Power Button Guide]]
 
*Get source code from svn://svn.rec.de/openrobotino/myrio/powerbutton/trunk
 
*Get source code from svn://svn.rec.de/openrobotino/myrio/powerbutton/trunk
 
*Browse source code http://svn.rec.de/listing.php?repname=openrobotino
 
*Browse source code http://svn.rec.de/listing.php?repname=openrobotino

Revision as of 12:41, 12 January 2016

Robotino3 and National Instruments myRIO

Power Button

The Power Button is run by an ATtiny24A microcontroller and is individually programmable. The standard setup of the Power Button proceeds like the following:

PowerButton.png

For further information on programming the microcontroller read this Power Button Guide