- BLE peripheral applications - dr_piezo and bladder_patch projects Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
106 B
Makefile
7 lines
106 B
Makefile
dox:
|
|
doxygen Doxyfile
|
|
|
|
|
|
pdf: dox
|
|
(cd latex; $(MAKE) refman.pdf)
|
|
mv latex/refman.pdf pt-refman.pdf
|