No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- #ifndef pdb_h_
- #define pdb_h_
-
- // Multiple input & output objects use the Programmable Delay Block
- // to set their sample rate. They must all configure the same
- // period to avoid chaos.
-
- #define PDB_CONFIG (PDB_SC_TRGSEL(15) | PDB_SC_PDBEN | PDB_SC_CONT)
- #define PDB_PERIOD 1087 // 48e6 / 44100
-
- #endif
|