Subversion Repositories MK3Mag

Rev

Rev 19 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 22
Line 55... Line 55...
55
// +  POSSIBILITY OF SUCH DAMAGE.
55
// +  POSSIBILITY OF SUCH DAMAGE.
56
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
56
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
57
#include "led.h"
57
#include "led.h"
Line 58... Line 58...
58
 
58
 
59
 
59
 
60
void Led_Init(void)
60
void LED_Init(void)
61
{
61
{
62
        // Set PD7 as output
62
        // Set PD7 as output
63
        DDRD  |= (1<<DDD7);
63
        DDRD  |= (1<<DDD7);