init pms5003 lib

This commit is contained in:
Travis Shears 2025-04-09 17:51:28 +02:00
parent 98748d3e6d
commit f2638dddce
4 changed files with 77 additions and 8 deletions

View file

@ -19,7 +19,7 @@ pico_sdk_init()
# the executable
add_executable( node1 node1.c bme280.c )
add_executable( node1 node1.c bme280.c pms5003.c )
pico_set_program_version(node1 "0.1")
pico_set_program_name(node1 "node_one")