Tag Archives: C

PIC I2C Library

Simple, portable I2C bit-banged routines, tested on a PIC16F887. Continue reading

Posted in C, Coding, Digital, PIC Microcontrollers, Resources | Tagged , , , , | Leave a comment

FPGAs for microcontroller geeks

An brief introduction to FPGA-based design, from a microcontroller geek’s perspective. Continue reading

Posted in C, Coding, Digital, EET205, FPGAs, VHDL | Tagged , , , , , | Leave a comment

C pointers explained

C pointers are useful, but the syntax can be confusing. Here’s an introduction with a few examples. Continue reading

Posted in C, Coding, HOW-TO | Tagged , , , , , , , , | 4 Comments

Arduino loop timings

Arduinos are fun and easy to use, but some of the built-in functions have a big performance penalty. Continue reading

Posted in Arduino, C, Coding, Digital | Tagged , , , , , , | Leave a comment