Skip to content

Instantly share code, notes, and snippets.

View MartinRGB's full-sized avatar
🎯
Focusing

MartinRGB MartinRGB

🎯
Focusing
View GitHub Profile
@MartinRGB
MartinRGB / WSL_Docker_Win11_22H3.md
Created November 18, 2023 19:12
wsl issue on windows 11 22H3

Reference:

microsoft/WSL#4084

Check in Windows Security -> App & Browser Control -> Exploit Protection Settings:

System Settings, Control Flow Guard (CFG): Use default (On)

Program Settings, there should be entries for:

#include <Wire.h>
#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
 #include <avr/power.h> // Required for 16 MHz Adafruit Trinket
#endif

// Which pin on the Arduino is connected to the NeoPixels?

  • Orange for LED value
  • Blue for slider Value
#define SLIDER_PIN A4

#define ROTATOR_PIN A0
#define BUTTON_PIN 10

opengl_Pikachu

/*
 * Square.ino
 * Created by Fabio de Albuquerque Dela Antonio
 * fabio914 at gmail.com
 *