1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| sketch_apr21b.ino: In function 'void setup()':
sketch_apr21b:47: error: 'CFREQ_433' was not declared in this scope
In file included from sketch_apr21b.ino:2:0:
C:\Users\Chris\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
sketch_apr21b:52: error: within this context
In file included from sketch_apr21b.ino:2:0:
C:\Users\Chris\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
sketch_apr21b:54: error: within this context
In file included from sketch_apr21b.ino:2:0:
C:\Users\Chris\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
sketch_apr21b:56: error: within this context
In file included from sketch_apr21b.ino:2:0:
C:\Users\Chris\Documents\Arduino\libraries\panstamp/cc1101.h: In function 'void ReadLQI()':
C:\Users\Chris\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
sketch_apr21b:67: error: within this context
In file included from sketch_apr21b.ino:2:0:
C:\Users\Chris\Documents\Arduino\libraries\panstamp/cc1101.h: In function 'void ReadRSSI()':
C:\Users\Chris\Documents\Arduino\libraries\panstamp/cc1101.h:306:10: error: 'byte CC1101::readReg(byte, byte)' is private
byte readReg(byte regAddr, byte regType);
^
sketch_apr21b:78: error: within this context |
Partager