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
Author Archives: SuperAdmin2017
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…
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…
The IEEE South Eastern Michigan Chapter has organized a Consultants Affinity Group that officially formed in May of 2013….
Starting out on the road to being a consultant is a very exciting time. There is often much on the…
A critical tool when developing an embedded system in C is an understanding of how pointers work. Misunderstanding pointer fundamentals…