mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-04-28 15:49:02 -07:00
16 lines
389 B
C
16 lines
389 B
C
/*
|
|
Copyright (C) 2011 James Coliz, Jr. <maniacbug@ymail.com>
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License
|
|
version 2 as published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef __NODECONFIG_H__
|
|
#define __NODECONFIG_H__
|
|
|
|
uint8_t nodeconfig_read(void);
|
|
void nodeconfig_listen(void);
|
|
|
|
#endif // __NODECONFIG_H__
|