This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
hero
/
tail_light_stm8
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
5b1a6ef647
Rami (Branch)
Tag
master
tail_light_stm8
/
usr
/
inc
/
hw_init.h
hw_init.h
88 B
Cronologia
Originale
1
2
3
4
5
6
7
8
#ifndef __HW_INIT_H
#define __HW_INIT_H
#include "stm8s.h"
void HW_Init(void);
#endif