Skip to content

Instantly share code, notes, and snippets.

View johandroid's full-sized avatar
💭
LoLing

Johan Alexis Duque Cadena johandroid

💭
LoLing
View GitHub Profile
The command without sudo
RUST_LOG=trace probe-rs-cli download --chip nRF52840_xxAA --format elf target/thumbv7em-none-eabi/release/blinky
@johandroid
johandroid / fun_with_beep.php
Created March 26, 2019 11:24
Fun with BEEP
#!/usr/bin/env php
<?
### Fun with BEEP ###
# This script allows you to create simple music with tones and timing using an extremely basic "markup"
#
# Notes :
# This is bad code written in 10 minutes, it also comes without any warranty so use it at your own risk.
#
# Installation :
# apt-get -y install beep php5-cli