Beta Update (#118)

* Bring back P18 SDA

* Change package name to calliopemini

Co-authored-by: Juri <gitkraken@juriwolf.de>
This commit is contained in:
Amerlander
2020-09-16 08:33:01 +02:00
committed by GitHub
parent 77675c1776
commit b3f09e56ce
4 changed files with 10 additions and 1 deletions

View File

@@ -213,4 +213,10 @@ namespace pins {
//% fixedInstance whenUsed
export const C17: AnalogInPin = new MicrobitPin(DigitalPin.C17);
/**
* Pin C18
*/
//% fixedInstance whenUsed
export const C18: DigitalInOutPin = new MicrobitPin(DigitalPin.C18);
}