This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
yongxu
/
sparrow-kit
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
sparrow-kit
/
object
/
led_object.h
led_object.h
99 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
#ifndef OBJECTS_LED_H_
#define OBJECTS_LED_H_
#include "sys.h"
void led_object_init(void);
#endif