This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
hero
/
tail_light_stm8
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
5b1a6ef647
Ramuri
Etichete
master
tail_light_stm8
/
usr
/
inc
/
hw_init.h
hw_init.h
88 B
Istoric
Crud
1
2
3
4
5
6
7
8
#ifndef __HW_INIT_H
#define __HW_INIT_H
#include "stm8s.h"
void HW_Init(void);
#endif