From 9c0dcd9b9038f820fa1bfb0fb32272d1bef0a773 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Michl Date: Fri, 26 Apr 2019 15:30:54 +0800 Subject: [PATCH 1/3] Added Robotics-Masters and the MM1 Hat with it's different software options --- 1209/4D40/index.md | 9 +++++++++ 1209/4D41/index.md | 9 +++++++++ 1209/4D42/index.md | 9 +++++++++ 1209/4D43/index.md | 9 +++++++++ 1209/4D44/index.md | 9 +++++++++ 1209/4D45/index.md | 9 +++++++++ org/Robotics-Masters/index.md | 10 ++++++++++ 7 files changed, 64 insertions(+) create mode 100644 1209/4D40/index.md create mode 100644 1209/4D41/index.md create mode 100644 1209/4D42/index.md create mode 100644 1209/4D43/index.md create mode 100644 1209/4D44/index.md create mode 100644 1209/4D45/index.md create mode 100644 org/Robotics-Masters/index.md diff --git a/1209/4D40/index.md b/1209/4D40/index.md new file mode 100644 index 00000000..ebfed51d --- /dev/null +++ b/1209/4D40/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MM1 Hat - Base +owner: Robotics-Masters +license: OHL +site: https://robotics-masters.co/ +source: https://github.com/robotics-masters/mm1-hat-schematics/ +--- +MM1 Hat diff --git a/1209/4D41/index.md b/1209/4D41/index.md new file mode 100644 index 00000000..2f3e4fe6 --- /dev/null +++ b/1209/4D41/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MM1 Hat - MSC Bootloader +owner: Robotics-Masters +license: MIT +site: https://robotics-masters.co/ +source: https://github.com/robotics-masters/uf2-samdx1/ +--- +MSC UF2 Bootloader for MM1 Hat diff --git a/1209/4D42/index.md b/1209/4D42/index.md new file mode 100644 index 00000000..eae5c2c0 --- /dev/null +++ b/1209/4D42/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MM1 Hat - SeeSaw +owner: Robotics-Masters +license: GPLv3 +site: https://robotics-masters.co/ +source: https://github.com/robotics-masters/seesaw/ +--- +I2C-I/O Bridge using the SeeSaw interface for MM1 Hat diff --git a/1209/4D43/index.md b/1209/4D43/index.md new file mode 100644 index 00000000..1253b044 --- /dev/null +++ b/1209/4D43/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MM1 Hat - CircuitPython +owner: Robotics-Masters +license: MIT +site: https://robotics-masters.co/ +source: https://github.com/robotics-masters/circuitpython/ +--- +CircuitPython for MM1 Hat diff --git a/1209/4D44/index.md b/1209/4D44/index.md new file mode 100644 index 00000000..a64c3e9c --- /dev/null +++ b/1209/4D44/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MM1 Hat - Bootloader +owner: Robotics-Masters +license: MIT +site: https://robotics-masters.co/ +source: https://github.com/robotics-masters/mm1-hat-bootloader/ +--- +UF2 Bootloader for MM1 Hat diff --git a/1209/4D45/index.md b/1209/4D45/index.md new file mode 100644 index 00000000..0a1d70e9 --- /dev/null +++ b/1209/4D45/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: MM1 Hat - Arduino +owner: Robotics-Masters +license: GPLv3 +site: https://robotics-masters.co/ +source: https://github.com/robotics-masters/arduino/ +--- +Arduino Serial Port for MM1 Hat diff --git a/org/Robotics-Masters/index.md b/org/Robotics-Masters/index.md new file mode 100644 index 00000000..f0a84307 --- /dev/null +++ b/org/Robotics-Masters/index.md @@ -0,0 +1,10 @@ +--- +layout: org +title: Robotics Masters +site: https://robotics-masters.co/ +--- +Accelerate, Build and Create for an Autonomous World. +Enable everyone to be skilled in Robotics and AI. + +Robotics Masters is building educational robot platforms that enable people to embrace an autonomous world. +We give everyone a chance to learn about current and future automation technologies. From d55aa6b836cd6a8af65f8d5c31444502f51580ae Mon Sep 17 00:00:00 2001 From: Hans-Joachim Michl Date: Tue, 7 May 2019 10:15:11 +0800 Subject: [PATCH 2/3] Fixed repository URL after rename --- 1209/4D45/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/4D45/index.md b/1209/4D45/index.md index 0a1d70e9..83abba42 100644 --- a/1209/4D45/index.md +++ b/1209/4D45/index.md @@ -4,6 +4,6 @@ title: MM1 Hat - Arduino owner: Robotics-Masters license: GPLv3 site: https://robotics-masters.co/ -source: https://github.com/robotics-masters/arduino/ +source: https://github.com/robotics-masters/mm1-hat-arduino/ --- Arduino Serial Port for MM1 Hat From f622c034cb741a75399f6b8e6ca2fb8c994910d1 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Michl Date: Tue, 21 May 2019 16:26:50 +0800 Subject: [PATCH 3/3] Remove unused Board PID --- 1209/4D40/index.md | 9 --------- 1209/4D44/index.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 1209/4D40/index.md diff --git a/1209/4D40/index.md b/1209/4D40/index.md deleted file mode 100644 index ebfed51d..00000000 --- a/1209/4D40/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: pid -title: MM1 Hat - Base -owner: Robotics-Masters -license: OHL -site: https://robotics-masters.co/ -source: https://github.com/robotics-masters/mm1-hat-schematics/ ---- -MM1 Hat diff --git a/1209/4D44/index.md b/1209/4D44/index.md index a64c3e9c..90dab79b 100644 --- a/1209/4D44/index.md +++ b/1209/4D44/index.md @@ -2,7 +2,7 @@ layout: pid title: MM1 Hat - Bootloader owner: Robotics-Masters -license: MIT +license: GPLv3 site: https://robotics-masters.co/ source: https://github.com/robotics-masters/mm1-hat-bootloader/ ---