Monthly Archives: November 2010

Some C code for the dsPIC30F4011

This is the C code from my main.c file: #include <p30f4011.h> _FOSC(CSW_FSCM_OFF & FRC_PLL16); _FWDT(WDT_OFF); int main() { long int n; TRISD = 0b11111110; LATD = 0; for(n=0 ; n<5000 ; ++n) { if (_LATD0) _LATD0 = 0; else _LATD0 … Continue reading

Posted in PIC | 11 Comments

Does LaTeX work on WordPress?

Yes, it does! Here’s a LaTeX equation: To produce that, I just typed the following into the WordPress editor: $latex x^2 = y_0 + y_1 + y_2 + \omega^{3x}$ Fin

Posted in Uncategorized | Leave a comment