Doxygen Code Templates
Doxygen Code Templates Version 2.5 Header File Template Source File Template Doxygen MainPage Template Click the links below to download…
Jacob's Blog
Doxygen Code Templates Version 2.5 Header File Template Source File Template Doxygen MainPage Template Click the links below to download…
If you’ve built your Smart Phone Signal Generator you might be wondering what else you can do with it! Below…
The Android and Linux operating systems have become very popular in the last few years. Due to their open source…
Function pointers can be used for a wide variety of applications including the implementation of state machines. Just like any…
Debugging an embedded system can be an extremely challenging venture especially when communication interfaces are involved. The slightest timing offset…
Following a standard like the Motor Industry Software Reliability Association (MISRA) C is a great step towards writing safer, better…
One of the most common applications for using function pointers is in task schedulers. Every embedded system contains some type…
Conditional loops are common in every programming language whether it’s designed for low level embedded development or higher level web…
Every now and then it is fun to look at a very basic and fundamental example. Every programmer is familiar…
One of the large ticket items that first time consultants think they need right out of the gate is an…
Version control systems are a great way to share source code between developers. They provide the ability for multiple people…
There are times when connecting two electronic systems can be dangerous! An electrical issue in one system can back feed…