Add comments, update to new HamShield library standard.

This commit is contained in:
nick6x
2016-08-13 14:05:19 -07:00
parent 07221e2426
commit 0ed024cd7d
19 changed files with 159 additions and 34 deletions

View File

@@ -28,7 +28,7 @@ void setup() {
Serial.println("Setting radio to its defaults..");
radio.initialize();
radio.setRfPower(0);
radio.setChanMode(3);
//radio.setChanMode(3);
}
void loop() {