Skip to content

Instantly share code, notes, and snippets.

View pakal's full-sized avatar

Pascal Chambon pakal

View GitHub Profile
@pakal
pakal / MSP430G2553_SPI_RAM_TEST
Created April 20, 2024 21:16 — forked from anonymous/MSP430G2553_SPI_RAM_TEST
Interfaces low cost SPI SRAM (or FRAM) to a MSP430G2553 LaunchPad board
// Inspired by Rick Kimball's 23K256 Test for MSP430F2013
// This code was compiled using Energia and runs on a standard LaunchPad
// The basic SPI SRAM support fits into 290 bytes on MSP430G2553
// Increases to 422 bytes with streaming test
//#include <msp430.h>
//#include <stdint.h>
// Compiled using Energia
// Note the changes BIT0 is now the DEBUG_PIN and BIT4 is the SS_PIN.
@pakal
pakal / git-command.md
Last active January 18, 2020 18:02 — forked from aquelito/git-command.md
GIT - Ligne de commande principale
title category
Git config
Git

Rappel

Ne pas oublier : l'aide en ligne de commande.