Przeglądaj źródła

study: add study_get_temperature()

tags/v1.1.a
dylan 4 lat temu
rodzic
commit
b7c0b773fc
2 zmienionych plików z 7 dodań i 1 usunięć
  1. +5
    -0
      study/study.c
  2. +2
    -1
      study/study.h

+ 5
- 0
study/study.c Wyświetl plik

@@ -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 Wyświetl plik

@@ -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);

Ładowanie…
Anuluj
Zapisz