link is broken from above page.
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE eagle SYSTEM "eagle.dtd"> | |
<eagle version="7.5.0"> | |
<drawing> | |
<settings> | |
<setting alwaysvectorfont="yes"/> | |
<setting verticaltext="up"/> | |
</settings> | |
<grid distance="0.1" unitdist="mm" unit="mm" style="dots" multiple="1" display="yes" altdistance="0.1" altunitdist="mm" altunit="mm"/> | |
<layers> |
-
https://developer.mbed.org/users/jmar7/code/LSM9DS1_Library/
-
https://developer.mbed.org/users/MACRUM/code/BME280/docs/ddcaa259e65b/classBME280.html
-
Adafruit 10-DOF IMU - (L3GD20 + LSM303 + BMP180)
This is a note of link to an article about git-submodule
This file contains hidden or 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
body { | |
font-family: Source Han Sans L, Helvetica, arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.6; | |
padding-top: 10px; | |
padding-bottom: 10px; | |
background-color: white; | |
padding: 30px; } | |
body > *:first-child { |
- python and Make to generate a scatter plot from csv file
- http://sinhrks.hatenablog.com/entry/2015/11/15/222543
- https://heavywatal.github.io/python/matplotlib.html
#-*- coding: utf-8 -*-
hint from HERE
- windows7 and git for windows
- tortoisesvn 1.8 and given svn environment
- on PowerShell run
svnserve.exe -d --root <P:\\path\to\local\svn\repository\dir>
- it makes No prompt
- on your git workspace (if any) run
git svn clone svn://relative/path/to/repo
ブロックスペーサとアクリル板でケース作れそうじゃね?
- (1) ブロックスペーサ8mm角 6面タッピング
- (2) M3x5mm スペーサ 100入
- (3) M3x5mm なべネジ 100入
- 4x(1)
- 4x(3)
- clone a mbedTM repository as mercurial repo
- put the cloned repo to github(or similar) as a git repo with mbed repo revision
statushistory - another git repo uses the converted github repo as a submodule
- fast-export
- seems best, but one direction convert?
- cosmin/hg-git
- clones mercurial repo as git repo, uses fast-export, but has issue