👋 Hi, I’m @mikaelleven👀 I’m interested in ...🌱 I’m currently learning ...💞️ I’m looking to collaborate on ...📫 How to reach me ...
-
Boels-Cramo
- Stockholm, Sweden
- http://www.aboutme.se
Block or Report
Block or report mikaelleven
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Apple-Keyboard-for-Windows Public
AKfoW is a AutoHotKey script that makes a Apple keyboard optimized on your Windows computer
AutoHotkey 1
-
-
1
var rpio = require('rpio');
23var rxBuffer = rpio.spiTransfer(new Buffer('HELLOSPI'), 8);
45for (var i = 0; i <= 7; i++) {
-
1
var rpio = require('rpio');
23rpio.spiBegin();
4//rpio.spiChipSelect(0); /* Chip select: use CE0 (default) */
5//rpio.spiSetCSPolarity(0, rpio.LOW) /* Commonly chip enable (CE) pins are active low, and this is the default. */
-
1
#!/bin/bash
23###############################################################################
4# ALLOW-SSH SCRIPT #
5# Author: Mikael Levén #