Author Archive

C Ternary Operators and are they better

February 17, 2023 by Hamish Laird

Recently this was posted in a C for Embedded programming Linkedin group. Attention C programmers!Here’s a quick trick that can make your code more efficient and save you time. Did you know that you can use the ternary operator to simplify if-else statements? For example, instead of writing: if(x > 0){y = 1;}else{y = 0;} […]

Read the full article

How Long will my Supercapacitor Last?

December 14, 2022 by Hamish Laird

The thorn in the side of the supercapacitor is its limited lifetime. Supercapacitors can do many things in the field of energy storage and have be touted as being the future batteries. However any supercapacitor if not lifetime-engineered properly can fail prematurely.  This leaves your company with potentially large warranty costs. What is lifetime? Supercapacitor […]

Read the full article

1 2 3 4 17