add resource module
authorJeonghoon Park <jh1979.park@samsung.com>
Mon, 9 Jul 2018 11:46:29 +0000 (20:46 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Mon, 9 Jul 2018 11:46:29 +0000 (20:46 +0900)
commit061b8e67e4181ee43be01313419880e2ebb36550
treec8b3fc4419ba65f8641f67ed7b40d878a673c995
parent99844ffe52d9da731122925fc2c8baaf49d367bb
add resource module
inc/resource.h [new file with mode: 0755]
inc/resource/resource_adc_mcp3008.h [new file with mode: 0644]
inc/resource/resource_co2_sensor.h [new file with mode: 0644]
inc/resource/resource_co2_sensor_internal.h [new file with mode: 0644]
inc/resource_internal.h [new file with mode: 0755]
src/resource.c [new file with mode: 0644]
src/resource/resource_adc_mcp3008.c [new file with mode: 0644]
src/resource/resource_co2_sensor.c [new file with mode: 0644]