micropython.e4p

changeset 10
f34fe5abe069
parent 7
e336d6afc5a6
diff -r 843f5ea906d7 -r f34fe5abe069 micropython.e4p
--- a/micropython.e4p	Thu Aug 29 19:06:37 2019 +0200
+++ b/micropython.e4p	Wed Apr 29 18:26:18 2020 +0200
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
 <!-- eric project file for project micropython -->
-<!-- Copyright (C) 2019 Detlev Offenbach, detlev@die-offenbachs.de -->
+<!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de -->
 <Project version="5.1">
   <Language>en</Language>
   <Hash>3b18ba9ef9e1e4f08a68d0c3116f144b99821e0c</Hash>
@@ -13,6 +13,26 @@
   <Email>detlev@die-offenbachs.de</Email>
   <Eol index="1"/>
   <Sources>
+    <Source>Calliope/audio.py</Source>
+    <Source>Calliope/calliope_mini/__init__.py</Source>
+    <Source>Calliope/calliope_mini/accelerometer.py</Source>
+    <Source>Calliope/calliope_mini/display.py</Source>
+    <Source>Calliope/calliope_mini/gyrometer.py</Source>
+    <Source>Calliope/calliope_mini/i2c.py</Source>
+    <Source>Calliope/calliope_mini/led.py</Source>
+    <Source>Calliope/calliope_mini/magnetometer.py</Source>
+    <Source>Calliope/calliope_mini/sensor.py</Source>
+    <Source>Calliope/calliope_mini/spi.py</Source>
+    <Source>Calliope/calliope_mini/uart.py</Source>
+    <Source>Calliope/machine.py</Source>
+    <Source>Calliope/micropython.py</Source>
+    <Source>Calliope/music.py</Source>
+    <Source>Calliope/neopixel.py</Source>
+    <Source>Calliope/os.py</Source>
+    <Source>Calliope/radio.py</Source>
+    <Source>Calliope/random.py</Source>
+    <Source>Calliope/speech.py</Source>
+    <Source>Calliope/utime.py</Source>
     <Source>CircuitPython/analogio.py</Source>
     <Source>CircuitPython/array.py</Source>
     <Source>CircuitPython/audiobusio.py</Source>
@@ -72,6 +92,7 @@
     <Source>CircuitPython/usocket.py</Source>
     <Source>CircuitPython/ussl.py</Source>
     <Source>CircuitPython/ustack.py</Source>
+    <Source>CircuitPython/uzlib.py</Source>
     <Source>CircuitPython/wiznet.py</Source>
     <Source>MicroPython/array.py</Source>
     <Source>MicroPython/btree.py</Source>
@@ -125,7 +146,8 @@
   </Sources>
   <Others>
     <Other>.hgignore</Other>
-    <Other>CircuitPython/uzlib</Other>
+    <Other>calliope.api</Other>
+    <Other>calliope.bas</Other>
     <Other>circuitpython.api</Other>
     <Other>circuitpython.bas</Other>
     <Other>create_api.sh</Other>

eric ide

mercurial