mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-09-18 01:42:26 -07:00
switch to setup for Arduino Boards Manager
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
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__
|
Reference in New Issue
Block a user