裂帛碎玉的想法

Understanding extern “C” in C again

Original link: https://blog.vvzero.com/2023/07/03/learn-extern-c-in-cpp-again/ This article is part of the “Jade Attack Project”, translated from the answer of Ciro Santilli in https://stackoverflow.com/questions/1041866/what-is-the-effect-of-extern-c-in-c Understand the role of extern “C” through disassembly main.cpp 1 2 3 4 5 6 7 8 9 10 void f () {} void g () ; extern “C” { void ef () {} […]

Understanding extern “C” in C again Read More »

Further understanding of aircraft model steering gear control and its PWM modulation

Original link: https://blog.vvzero.com/2023/06/30/deep-into-RC-plane-s-servo-control-and-PWM/ The reason is this, some time ago, I started to play tracked vehicles and fixed-wing model aircraft at the same time. The power of the tracked vehicle is a DC motor plus a drive board, PWM modulation, and a 0-100% duty cycle to control the motor from stationary to full speed. As

Further understanding of aircraft model steering gear control and its PWM modulation Read More »

How to modify font color in Markdown

This article is part of the “Tapping Jade Project”, translated from https://stackoverflow.com/questions/35465557/how-to-apply-color-in-markdown Problem Description I want to use Markdown to record text information, but I searched Google and found that Markdown does not support changing the font color. And StackOverflow and GitHub’s Markdown editing mode does not support specifying text color. Is there any way

How to modify font color in Markdown Read More »