Skip to content
View DEENOWA's full-sized avatar
đź’­
Coding
đź’­
Coding

Highlights

  • Pro

Block or report DEENOWA

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. hello hello Public

    My first micro:bot code

    TypeScript

  2. First-Arduino-Code First-Arduino-Code Public

    This Arduino sketch controls an LED connected to pin 13, creating a specific blinking pattern. The code is designed to run on an Arduino board (e.g., Arduino Uno) and uses the built-in LED for simp…

    C++

  3. Using-Variables Using-Variables Public

    This Arduino sketch controls an LED connected to pin 8 to simulate a Morse code sequence. It is designed for an Arduino board (e.g., Arduino Uno) and uses variables to define timing and pin configu…

    C++

  4. Fast-and-Slow Fast-and-Slow Public

    This Arduino sketch controls two LEDs connected to pins 12 (red) and 11 (yellow) on an Arduino board, such as an Arduino Uno, to create a sequential blinking pattern. It uses variables to define ti…

    C++

  5. Pulse-Width-Modulation Pulse-Width-Modulation Public

    This Arduino sketch controls an LED connected to pin 11 on an Arduino board, such as an Arduino Uno, to set its brightness using PWM (Pulse Width Modulation). It is designed to demonstrate basic an…

    C++

  6. Reading-Analog-Voltages Reading-Analog-Voltages Public

    This Arduino sketch reads the voltage from a potentiometer connected to analog pin A2 and displays the potentiometer's value and calculated voltage on the Serial Monitor. It is designed for an Ardu…

    C++