This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
RT-Thread-packages
/
CMSIS-DSP
espejo de
https://github-proxy.rt-thread.io/RT-Thread-packages/CMSIS-DSP.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
d760b35617
Ramas
Etiquetas
main
CMSIS-DSP
/
ComputeGraph
/
examples
/
simpledsp
/
custom.h
custom.h
80 B
Histórico
Raw
1
2
3
4
5
6
7
#ifndef _CUSTOM_H_
typedef float float32_t;
#define OFFSET_VALUE 2.0f
#endif