- added
git-svn-id: http://moon:8086/svn/projects/HendiControl@21 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* port.c
|
||||
*
|
||||
* Created: 20.02.2019 20:54:33
|
||||
* Author: jens
|
||||
*/
|
||||
|
||||
#include <avr/io.h>
|
||||
#include "port.h"
|
||||
|
||||
void port_init()
|
||||
{
|
||||
PORTB = PORTB | 0x03;
|
||||
DDRB = DDB1 | DDB2;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user