Skip to content
View Ludorg's full-sized avatar
🦀
🦀
Block or Report

Block or report Ludorg

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Ludorg/README.md

Hi there 👋

What is this?

These repositories store various (mainly unfinished) work made during my spare time.

What am I working on?

I’m currently learning Rust 🦀 and also making some experiments on microcontrollers (Raspberry Pi Pico or Arduino) with Lego.

Pinned

  1. aoc_rs aoc_rs Public

    Advent of Code in Rust 🦀

    Rust 1

  2. Notes about Wandboard use with Rust Notes about Wandboard use with Rust
    1
    # Notes about testing Rust on a Wandboard
    2
    
                  
    3
    ## About Wandboard
    4
    
                  
    5
    The Wandboard is a Cortex-A9 ARM device sporting a single, dual, or quad core Freescale i.MX6 SoC
  3. s_automata_cpp s_automata_cpp Public

    C++ template based automata class

    C++

  4. Simple use of L298N Motor driver wit... Simple use of L298N Motor driver with two BBC micro:bit (1 for Motor Control, 1 for Remote Controler )
    1
     # Simple use of L298N Motor driver with two BBC micro:bit (1 for Motor Control, 1 for Remote Controller )
    2
    
                  
    3
    ![Twitter Follow](https://img.shields.io/twitter/follow/Ludorg1?style=social) 
    4
    
                  
    5
    ## Requirements
  5. s_fractal_cpp s_fractal_cpp Public

    C++ Mandelbrot and Julia fractals generator

    C++ 2

  6. Get NASA "Astronomy Picture of the Day" Get NASA "Astronomy Picture of the Day"
    1
    # Get "Astronomy Picture of the Day" automatically from https://apod.nasa.gov/
    2
    # Saved file is today-date(YYYY-MM-DD) + filename (example: 2020-04-28_Kepler90Illustration_Kepler_1080.jpg)
    3
    # Requires:
    4
    # - lxml
    5
    # - requests