define new tria pins, configurable type ligt or shutter or plug
This commit is contained in:
parent
35668c8aed
commit
8b323633cd
4 changed files with 107 additions and 12 deletions
|
@ -51,7 +51,13 @@
|
|||
void
|
||||
statusledinit(void)
|
||||
{
|
||||
/* todo disable jtag interface */
|
||||
uint8_t temp;
|
||||
|
||||
/* Get MCUCR */
|
||||
temp = MCUCR;
|
||||
/* disable jtag */
|
||||
MCUCR = temp|(1<<JTD);
|
||||
MCUCR = temp|(1<<JTD);
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue