rename lib's
hi
on project read heat meter (kamstrup multical 601) via ir interface need invert tx in softwareserial lib
i got cpp file , .h file in new folder called softwareserial_inv
but .h file same normal softwareserial... cpp has changed.
now put them in new folder did not mix , have renamed file name end on _inv , goal say: #include <softwareserial_inv.h> in sketch
what need change inside softwareserial_inv.h file matches cpp file?
on project read heat meter (kamstrup multical 601) via ir interface need invert tx in softwareserial lib
i got cpp file , .h file in new folder called softwareserial_inv
but .h file same normal softwareserial... cpp has changed.
now put them in new folder did not mix , have renamed file name end on _inv , goal say: #include <softwareserial_inv.h> in sketch
what need change inside softwareserial_inv.h file matches cpp file?
is simple searching softwareserial , add _inv it?
but these 2 lines?
#ifndef softwareserial_h
#define softwareserial_h
but these 2 lines?
#ifndef softwareserial_h
#define softwareserial_h
Arduino Forum > Using Arduino > Programming Questions > rename lib's
arduino
Comments
Post a Comment