micropython.e4p

changeset 10
f34fe5abe069
parent 7
e336d6afc5a6
equal deleted inserted replaced
9:843f5ea906d7 10:f34fe5abe069
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> 2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
3 <!-- eric project file for project micropython --> 3 <!-- eric project file for project micropython -->
4 <!-- Copyright (C) 2019 Detlev Offenbach, detlev@die-offenbachs.de --> 4 <!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de -->
5 <Project version="5.1"> 5 <Project version="5.1">
6 <Language>en</Language> 6 <Language>en</Language>
7 <Hash>3b18ba9ef9e1e4f08a68d0c3116f144b99821e0c</Hash> 7 <Hash>3b18ba9ef9e1e4f08a68d0c3116f144b99821e0c</Hash>
8 <ProgLanguage mixed="0">MicroPython</ProgLanguage> 8 <ProgLanguage mixed="0">MicroPython</ProgLanguage>
9 <ProjectType>Console</ProjectType> 9 <ProjectType>Console</ProjectType>
11 <Version>1.x</Version> 11 <Version>1.x</Version>
12 <Author>Detlev Offenbach</Author> 12 <Author>Detlev Offenbach</Author>
13 <Email>detlev@die-offenbachs.de</Email> 13 <Email>detlev@die-offenbachs.de</Email>
14 <Eol index="1"/> 14 <Eol index="1"/>
15 <Sources> 15 <Sources>
16 <Source>Calliope/audio.py</Source>
17 <Source>Calliope/calliope_mini/__init__.py</Source>
18 <Source>Calliope/calliope_mini/accelerometer.py</Source>
19 <Source>Calliope/calliope_mini/display.py</Source>
20 <Source>Calliope/calliope_mini/gyrometer.py</Source>
21 <Source>Calliope/calliope_mini/i2c.py</Source>
22 <Source>Calliope/calliope_mini/led.py</Source>
23 <Source>Calliope/calliope_mini/magnetometer.py</Source>
24 <Source>Calliope/calliope_mini/sensor.py</Source>
25 <Source>Calliope/calliope_mini/spi.py</Source>
26 <Source>Calliope/calliope_mini/uart.py</Source>
27 <Source>Calliope/machine.py</Source>
28 <Source>Calliope/micropython.py</Source>
29 <Source>Calliope/music.py</Source>
30 <Source>Calliope/neopixel.py</Source>
31 <Source>Calliope/os.py</Source>
32 <Source>Calliope/radio.py</Source>
33 <Source>Calliope/random.py</Source>
34 <Source>Calliope/speech.py</Source>
35 <Source>Calliope/utime.py</Source>
16 <Source>CircuitPython/analogio.py</Source> 36 <Source>CircuitPython/analogio.py</Source>
17 <Source>CircuitPython/array.py</Source> 37 <Source>CircuitPython/array.py</Source>
18 <Source>CircuitPython/audiobusio.py</Source> 38 <Source>CircuitPython/audiobusio.py</Source>
19 <Source>CircuitPython/audiocore.py</Source> 39 <Source>CircuitPython/audiocore.py</Source>
20 <Source>CircuitPython/audioio.py</Source> 40 <Source>CircuitPython/audioio.py</Source>
70 <Source>CircuitPython/usb_midi.py</Source> 90 <Source>CircuitPython/usb_midi.py</Source>
71 <Source>CircuitPython/uselect.py</Source> 91 <Source>CircuitPython/uselect.py</Source>
72 <Source>CircuitPython/usocket.py</Source> 92 <Source>CircuitPython/usocket.py</Source>
73 <Source>CircuitPython/ussl.py</Source> 93 <Source>CircuitPython/ussl.py</Source>
74 <Source>CircuitPython/ustack.py</Source> 94 <Source>CircuitPython/ustack.py</Source>
95 <Source>CircuitPython/uzlib.py</Source>
75 <Source>CircuitPython/wiznet.py</Source> 96 <Source>CircuitPython/wiznet.py</Source>
76 <Source>MicroPython/array.py</Source> 97 <Source>MicroPython/array.py</Source>
77 <Source>MicroPython/btree.py</Source> 98 <Source>MicroPython/btree.py</Source>
78 <Source>MicroPython/cmath.py</Source> 99 <Source>MicroPython/cmath.py</Source>
79 <Source>MicroPython/esp.py</Source> 100 <Source>MicroPython/esp.py</Source>
123 <Source>Microbit/speech.py</Source> 144 <Source>Microbit/speech.py</Source>
124 <Source>Microbit/utime.py</Source> 145 <Source>Microbit/utime.py</Source>
125 </Sources> 146 </Sources>
126 <Others> 147 <Others>
127 <Other>.hgignore</Other> 148 <Other>.hgignore</Other>
128 <Other>CircuitPython/uzlib</Other> 149 <Other>calliope.api</Other>
150 <Other>calliope.bas</Other>
129 <Other>circuitpython.api</Other> 151 <Other>circuitpython.api</Other>
130 <Other>circuitpython.bas</Other> 152 <Other>circuitpython.bas</Other>
131 <Other>create_api.sh</Other> 153 <Other>create_api.sh</Other>
132 <Other>microbit.api</Other> 154 <Other>microbit.api</Other>
133 <Other>microbit.bas</Other> 155 <Other>microbit.bas</Other>

eric ide

mercurial