Chris Sutton

Email: chrisjsutton@gmail.com Tel: 07876107655 Github: https://github.com/cracked-machine Passionate engineer with embedded engineering and system design experience. Professionally, I have created custom software tool integrations for many customers working in a variety of industries. I have complimented this experience with personal studies in electrical engineering, PCB design and embedded engineering. Following a rewarding career in embedded tech…

Read the full article

Extending STMCubeIDE using the Eclipse Plugin Development Environment (PDE) – Part 1

To extend and customize the STMCubeIDE (or any Eclipse-based application) you must be familiar with the Eclipse Plugin Development Environment (PDE). This is a huge topic and this guide will only scratch the surface. For more information visit eclipse page: https://www.eclipse.org/pde/ We will be writing a new Java plugin that will run within the STMCubeIDE…

Read the full article

Fundamental Theorem of Calculus

An antiderivative of a function [latex]f[/latex] is one function [latex]F[/latex] whose derivative is [latex]f[/latex]. OR [latex]F(x)[/latex] is the antiderivative of [latex]f(x)[/latex] For example: [table id=8 /]     A definite integral equals the difference between the antiderivative of the bounds of the definite integral [latex]F(b)\;-:F(a)\;=:\int_{c}^{b} f(t) dt\;-:\int_{c}^{a} f(t) dt\;=:\int_{b}^{a} f(t) dt[/latex]   Images: https://www.khanacademy.org