This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
yongxu
/
sparrow-kit
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
1c932c4a1e
Ramas
Etiquetas
master
sparrow-kit
/
object
/
led_object.h
led_object.h
99 B
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