mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Handle the configuration of the TMP_RDY pin
This commit is contained in:
parent
cee6c190c5
commit
883c30b4ac
@ -267,6 +267,10 @@ configure(int type, int enable)
|
|||||||
{
|
{
|
||||||
switch(type) {
|
switch(type) {
|
||||||
case SENSORS_HW_INIT:
|
case SENSORS_HW_INIT:
|
||||||
|
ti_lib_ioc_pin_type_gpio_input(BOARD_IOID_TMP_RDY);
|
||||||
|
ti_lib_ioc_io_port_pull_set(BOARD_IOID_TMP_RDY, IOC_IOPULL_UP);
|
||||||
|
ti_lib_ioc_io_hyst_set(BOARD_IOID_TMP_RDY, IOC_HYST_ENABLE);
|
||||||
|
|
||||||
enable_sensor(false);
|
enable_sensor(false);
|
||||||
enabled = SENSOR_STATUS_INITIALISED;
|
enabled = SENSOR_STATUS_INITIALISED;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user