Difference between long-term and short-term scheduler in the operating system Difference between DDR2 and DDR3 Memory Difference Between CRT Monitor and LCD Difference between stack and heap Telegram Control ESP32 and ESP8266 GPIOs and LEDs using Arduino IDE This concludes today’s article. If yo...
The difference between a PNP transistor and a NPN transistor is their polarity and their actions are reversed… PNP Transistor A PNP transistor conducts from collector to emitter. When you increase voltage to the base of a PNP transistor, the transistor is turned off more and more until it no...
#define CS_PIN 8 //8-->Arduino Zero. 16-->ESP8266 #define ADE9000_RESET_PIN 5 //Reset Pin on HW #define PM_1 4 //PM1 Pin: 4-->Arduino Zero. 15-->ESP8266 /*Structure decleration */ struct ActivePowerRegs powerRegs; // Declare powerRegs of type ActivePowerRegs to store Activ...