This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dots::Dots() | |
{ | |
/* 秋月用 | |
_rowPins[0] = 9; | |
_rowPins[1] = 4; | |
_rowPins[2] = 10; | |
_rowPins[3] = 6; | |
_rowPins[4] = 17; | |
_rowPins[5] = 11; | |
_rowPins[6] = 16; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:tracking_id = "yoshisweb-22"; | |
twitter_id="ytsuboi"; | |
pf = "http://www.amazon.co.jp/exec/obidos/ASIN/"; | |
d = document; | |
u = d.location.href; | |
re = new RegExp("^http://www.amazon.co.jp/gp/aw/d/([0-9A-Z]{10})"); | |
res = u.match(re); | |
if (res) { | |
asin = res[1]; | |
afurl = pf + asin + "/" + tracking_id + "/ref=nosim/"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id: Portfile 78408 2011-05-07 00:01:50Z [email protected] $ | |
PortSystem 1.0 | |
name avr-binutils | |
version 2.20.1a | |
revision 1 | |
# Parameters for this port. | |
set crossgcc-target avr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
まじめにやって、 | |
https://github.com/SWITCHSCIENCE/ssci-eagle-public/blob/master/cream-dxf.ulp | |
こちらに置きました。 | |
EAGLE 6では、スケールが1/31.75と聞いていましたが、ドキュメントによると1/32なので、そのように直してあります。 | |
一応、10x5mmのtCreamレイヤを書いてEAGLE 6で1/32したところ、10x5mmだったので、1/32を採用しました。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On my Mac, I did this. | |
-- Install repo to MacPorts directory | |
$ sudo curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > /opt/local/bin/repo | |
$ sudo chmod a+x /opt/local/bin/repo | |
-- Grab the source | |
$ mkdir android-accessories | |
$ cd android-accessories/ | |
$ repo init -u https://android.googlesource.com/accessories/manifest | |
$ repo sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Linux version 3.1.9+ (grayg@dc4-arm-01) (gcc version 4.5.1 (Broadcom-2708) ) #90 Wed Apr 18 18:23:05 BST 2012 | |
CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d | |
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache | |
Machine: BCM2708 | |
Memory policy: ECC disabled, Data cache writeback | |
On node 0 totalpages: 49152 | |
free_area_init_node: node 0, pgdat c03b5660, node_mem_map c0402000 | |
Normal zone: 384 pages used for memmap | |
Normal zone: 0 pages reserved | |
Normal zone: 48768 pages, LIFO batch:15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
# Version 2, December 2004 | |
# | |
# Copyright (C) 2013 Yoshihiro TSUBOI <ytsuboi-at-gmail.com> | |
# | |
# Everyone is permitted to copy and distribute verbatim or modified | |
# copies of this license document, and changing it is allowed as long | |
# as the name is changed. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- DAP_config.h.orig 2013-04-02 16:54:01.248627100 +0900 | |
+++ DAP_config.h 2013-03-31 13:48:38.999248900 +0900 | |
@@ -38,6 +38,7 @@ | |
//#include <LPC43xx.H> // Debug Unit Cortex-M Processor Header File | |
#include <LPC11Uxx.h> | |
+#include "gpio.h" | |
/// Processor Clock of the Cortex-M MCU used in the Debug Unit. | |
/// This value is used to calculate the SWD/JTAG clock speed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Linux version 3.8.7-yocto-standard (clntonsw@irsswdev001) (gcc version 4.7.2 (GCC) ) #1 Tue Oct 1 00:07:32 IST 2013 | |
[ 0.000000] e820: BIOS-provided physical RAM map: | |
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000096fff] usable | |
[ 0.000000] BIOS-e820: [mem 0x0000000000097000-0x0000000000097fff] reserved | |
[ 0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] usable | |
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000f0defff] usable | |
[ 0.000000] BIOS-e820: [mem 0x000000000f0df000-0x000000000f11efff] ACPI data | |
[ 0.000000] BIOS-e820: [mem 0x000000000f11f000-0x000000000f1defff] reserved |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import argparse | |
from time import sleep, time | |
from struct import unpack | |
import sys | |
import subprocess | |
from pyOCD.interface import INTERFACE, usb_backend | |
from pyOCD.board import MbedBoard |
OlderNewer