Explorar el Código

study: add study_get_temperature()

tags/v1.1.a
dylan hace 4 años
padre
commit
b7c0b773fc
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. +5
    -0
      study/study.c
  2. +2
    -1
      study/study.h

+ 5
- 0
study/study.c Ver fichero

@@ -14,4 +14,9 @@ uint8_t study_get_class(void)
uint8_t study_homework(void)
{
}

uint8_t study_get_temperature(void)
{
return check_temperature();
}

+ 2
- 1
study/study.h Ver fichero

@@ -3,4 +3,5 @@
void study_set_class(uint8_t class);
uint8_t study_get_class(void);

uint8_t study_homework(void);
uint8_t study_homework(void);
uint8_t study_get_temperature(void);

Cargando…
Cancelar
Guardar