idf_component_register(
	SRCS "hello_world_main.c"
		 "hx711/hx711.c"
    INCLUDE_DIRS "."                    
    INCLUDE_DIRS "hx711"                    
)
