This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************ HEADERS **********************************/ | |
// Set the myidcode value to the number of the board !!!! | |
#define myidcode 9 | |
#include "P2P.h" | |
#include "MRF24J40.h" | |
#include "SymbolTime.h" | |
#include "I2C.h" | |
#include "hardwareprofile.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************ HEADERS **********************************/ | |
// Set the myidcode value to the number of the board !!!! | |
#define myidcode 9 | |
#include "P2P.h" | |
#include "MRF24J40.h" | |
#include "SymbolTime.h" | |
#include "I2C.h" | |
#include "hardwareprofile.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def woopfordocstrings(): | |
'''this is a docstring''' | |
print( "shittin' balls" ) |