Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ int main( void )

lThen = timeGetTime();

/*
** Set node address and baud rate for fieldbus modules; easy adaption by changing value inside the brackets
*/
ABCC_API_SetAddress (0x55);
ABCC_API_SetBaudrate (0x01);


while( !fQuit )
{
/*
Expand Down