Pre start for Medtronic plugin
This commit is contained in:
parent
f92669f364
commit
99544e1f2b
3 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
package info.nightscout.androidaps.plugins.PumpMedtronic;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by andy on 23.04.18.
|
||||||
|
*/
|
||||||
|
|
||||||
|
public class MedtronicPumpPlugin {
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
package info.nightscout.androidaps.plugins;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by andy on 23.04.18.
|
||||||
|
*/
|
||||||
|
|
||||||
|
public class PumpPluginAbstract {
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
package info.nightscout.androidaps.plugins.PumpRileyLink;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by andy on 23.04.18.
|
||||||
|
*/
|
||||||
|
|
||||||
|
public class RileyLinkPumpAbstract {
|
||||||
|
}
|
Loading…
Reference in a new issue