Exporting libraries with your code
hi,
i new arduino world sorry simple question.
i developing code syringe pump using stepper motor. using accelstepper library accomplish this.
once finish coding, need send code assistant, or matter, can implement code own arduino syringe pump. not have accelstepper library in arduino. when export code , send him, can use code though not have library pre-installed? if not, how bundle library code can open code , instantly use without hassle of downloading accelstepper library?
thank you
i new arduino world sorry simple question.
i developing code syringe pump using stepper motor. using accelstepper library accomplish this.
once finish coding, need send code assistant, or matter, can implement code own arduino syringe pump. not have accelstepper library in arduino. when export code , send him, can use code though not have library pre-installed? if not, how bundle library code can open code , instantly use without hassle of downloading accelstepper library?
thank you
quote
when export code , send him, can use code though not have library pre-installed?not of going compile code. intended ?
you put library files in same folder sketch, change format of #includes use " instead of < , > , zip complete directory. library files compiled along program not accessible other programs if important.
Arduino Forum > Using Arduino > Programming Questions > Exporting libraries with your code
arduino
Comments
Post a Comment