Parcourir la source

hello.c add getClass

tags/V2.0
dylan2 dylan <497357846@qq.com> il y a 4 ans
Parent
révision
9dc0c6f0f4
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      hello.c

+ 5
- 0
hello.c Voir le fichier

@@ -3,4 +3,9 @@ void main(void)
{
printf("hello world!");
}

void getClass(uint8_t *class)
{
*class = 5
}

Chargement…
Annuler
Enregistrer