Test: convert_template

This commit is contained in:
Jonas Zeunert
2024-04-27 16:26:38 +02:00
parent 100dc8125b
commit 3ebc8d47f5
6 changed files with 51 additions and 12 deletions

View File

@@ -1,9 +1,3 @@
// Arduino ProMicro atmega32u4au
// Params
// orientation: default is down
// if down, power led will face the pcb
// if up, power led will face away from pcb
module.exports = {
params: {
designator: 'MCU',
@@ -126,4 +120,4 @@ module.exports = {
`
}
}
}
}