Tag Archives: C

‘Git’ along, coder dogies!

When working on nontrivial coding projects, it’s often helpful to be able to keep track of changes made, version by version. When more than one developer is involved, it’s also helpful to be able to coordinate updates among them. Several … Continue reading

Posted in C, Coding, Digital Citizenship, Internet, Linux, System Administration | Tagged , , , , , , , , , | Leave a comment

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