Hi i have a problem. I am not a star at programming. But learning. The program i have is meant for the library ax12.h. But i want it to compatible for the cds5500.h. They are primarily the same. I stumble on a few errors i cant fix. plzz help.
the errors
lidarPermiterScannerProgressive.ino: In function ‘void setup()’:
lidarPermiterScannerProgressive.ino:92:50: error: ‘ax12SetRegister2’ was not declared in this scope
lidarPermiterScannerProgressive.ino: In function ‘void loop()’:
lidarPermiterScannerProgressive.ino:32:74: error: ‘ax12SetRegister2’ was not declared in this scope
lidarPermiterScannerProgressive.ino:126:7: note: in expansion of macro ‘SetPosition’
lidarPermiterScannerProgressive.ino:135:52: error: ‘ax12SetRegister2’ was not declared in this scope
lidarPermiterScannerProgressive.ino:148:53: error: ‘ax12GetRegister’ was not declared in this scope
lidarPermiterScannerProgressive.ino:155:72: error: ‘ax12GetRegister’ was not declared in this scope
lidarPermiterScannerProgressive.ino:32:74: error: ‘ax12SetRegister2’ was not declared in this scope
lidarPermiterScannerProgressive.ino:204:9: note: in expansion of macro ‘SetPosition’
See attachments for programs
the ax12 is/was the original library for the program and i need it to be the cds5500.
ax12.h (5.89 KB)
lidarPermiterScannerProgressive.ino (9.92 KB)
CDS5500.h (2.63 KB)