Skip to content

Instantly share code, notes, and snippets.

module Constants where
import CLaSH.Prelude
type MyValue = SFixed 5 13
type MyValues = Vec 2 MyValue
coefficients :: [MyValue]
coefficients = [0.5, 0.25]
// PIC18F4620 Configuration Bit Settings
// 'C' source line config statements
#include <xc.h>
// #pragma config statements should precede project file includes.
// Use project enums instead of #define for ON and OFF.