Skip to content

Instantly share code, notes, and snippets.

View memoryza's full-sized avatar
😁
maybe, came back

memoryza memoryza

😁
maybe, came back
View GitHub Profile
@memoryza
memoryza / README.md
Last active August 29, 2015 14:07 — forked from addyosmani/README.md

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version

@memoryza
memoryza / msg_type.js
Last active December 22, 2015 11:39
@hackers365 你说的那个msp protocol 发送和解析数据是这个样子嘛?
var msg_type = {
'MSP_IDENT': 100,
'MSP_STATUS': 101,
'MSP_RAW_IMU': 102,
'MSP_SERVO': 103
}