Skip to content

Instantly share code, notes, and snippets.

@furyzenblade
furyzenblade / pulse_led.c
Last active October 18, 2023 16:02
Pulse LED
#include <msp430.h>
#define LED_PIN BIT0 // Assuming LED is connected to P1.0
void delay(unsigned int duration) {
while (duration--) {
__delay_cycles(10); // adjust this value to change the delay
}
}
@furyzenblade
furyzenblade / ae installation paths.md
Last active December 9, 2024 13:15
After Effects Installation Paths

After Effects installation paths (to Plugins, Extensions and Scripts)

Note:

  • Replace 2022 with your version of After Effects.
  • Replace 7.0 if you use an Adobe application older than CC (CS6 and older).

Windows

Plugins (WIN)