micropython.e4p

Thu, 29 Aug 2019 19:05:05 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 29 Aug 2019 19:05:05 +0200
changeset 7
e336d6afc5a6
parent 6
81a2208f13e4
child 10
f34fe5abe069
permissions
-rw-r--r--

CircuitPython: added more stub files.

<?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 -->
<Project version="5.1">
  <Language>en</Language>
  <Hash>3b18ba9ef9e1e4f08a68d0c3116f144b99821e0c</Hash>
  <ProgLanguage mixed="0">MicroPython</ProgLanguage>
  <ProjectType>Console</ProjectType>
  <Description>This projects contains stub files needed to generate API files for various MicroPython dialects.</Description>
  <Version>1.x</Version>
  <Author>Detlev Offenbach</Author>
  <Email>detlev@die-offenbachs.de</Email>
  <Eol index="1"/>
  <Sources>
    <Source>CircuitPython/analogio.py</Source>
    <Source>CircuitPython/array.py</Source>
    <Source>CircuitPython/audiobusio.py</Source>
    <Source>CircuitPython/audiocore.py</Source>
    <Source>CircuitPython/audioio.py</Source>
    <Source>CircuitPython/audiopwmio.py</Source>
    <Source>CircuitPython/binascii.py</Source>
    <Source>CircuitPython/bitbangio.py</Source>
    <Source>CircuitPython/bleio.py</Source>
    <Source>CircuitPython/board.py</Source>
    <Source>CircuitPython/btree.py</Source>
    <Source>CircuitPython/busio.py</Source>
    <Source>CircuitPython/collections.py</Source>
    <Source>CircuitPython/digitalio.py</Source>
    <Source>CircuitPython/displayio.py</Source>
    <Source>CircuitPython/esp.py</Source>
    <Source>CircuitPython/fontio.py</Source>
    <Source>CircuitPython/framebuf.py</Source>
    <Source>CircuitPython/frequencyio.py</Source>
    <Source>CircuitPython/gamepad.py</Source>
    <Source>CircuitPython/gamepadshift.py</Source>
    <Source>CircuitPython/gc.py</Source>
    <Source>CircuitPython/hashlib.py</Source>
    <Source>CircuitPython/i2cslave.py</Source>
    <Source>CircuitPython/math.py</Source>
    <Source>CircuitPython/microcontroller.py</Source>
    <Source>CircuitPython/micropython.py</Source>
    <Source>CircuitPython/multiterminal.py</Source>
    <Source>CircuitPython/neopixel_write.py</Source>
    <Source>CircuitPython/network.py</Source>
    <Source>CircuitPython/nvm.py</Source>
    <Source>CircuitPython/os.py</Source>
    <Source>CircuitPython/ps2io.py</Source>
    <Source>CircuitPython/pulseio.py</Source>
    <Source>CircuitPython/random.py</Source>
    <Source>CircuitPython/rotaryio.py</Source>
    <Source>CircuitPython/rtc.py</Source>
    <Source>CircuitPython/samd.py</Source>
    <Source>CircuitPython/socket.py</Source>
    <Source>CircuitPython/storage.py</Source>
    <Source>CircuitPython/struct.py</Source>
    <Source>CircuitPython/supervisor.py</Source>
    <Source>CircuitPython/sys.py</Source>
    <Source>CircuitPython/terminalio.py</Source>
    <Source>CircuitPython/time.py</Source>
    <Source>CircuitPython/touchio.py</Source>
    <Source>CircuitPython/uctypes.py</Source>
    <Source>CircuitPython/uerrno.py</Source>
    <Source>CircuitPython/uheap.py</Source>
    <Source>CircuitPython/uheapq.py</Source>
    <Source>CircuitPython/uio.py</Source>
    <Source>CircuitPython/ujson.py</Source>
    <Source>CircuitPython/ure.py</Source>
    <Source>CircuitPython/usb_hid.py</Source>
    <Source>CircuitPython/usb_midi.py</Source>
    <Source>CircuitPython/uselect.py</Source>
    <Source>CircuitPython/usocket.py</Source>
    <Source>CircuitPython/ussl.py</Source>
    <Source>CircuitPython/ustack.py</Source>
    <Source>CircuitPython/wiznet.py</Source>
    <Source>MicroPython/array.py</Source>
    <Source>MicroPython/btree.py</Source>
    <Source>MicroPython/cmath.py</Source>
    <Source>MicroPython/esp.py</Source>
    <Source>MicroPython/esp32.py</Source>
    <Source>MicroPython/framebuf.py</Source>
    <Source>MicroPython/gc.py</Source>
    <Source>MicroPython/lcd160cr.py</Source>
    <Source>MicroPython/machine.py</Source>
    <Source>MicroPython/math.py</Source>
    <Source>MicroPython/micropython.py</Source>
    <Source>MicroPython/network.py</Source>
    <Source>MicroPython/pyb.py</Source>
    <Source>MicroPython/sys.py</Source>
    <Source>MicroPython/ubinascii.py</Source>
    <Source>MicroPython/ucollections.py</Source>
    <Source>MicroPython/ucryptolib.py</Source>
    <Source>MicroPython/uctypes.py</Source>
    <Source>MicroPython/uerrno.py</Source>
    <Source>MicroPython/uhashlib.py</Source>
    <Source>MicroPython/uheapq.py</Source>
    <Source>MicroPython/uio.py</Source>
    <Source>MicroPython/ujson.py</Source>
    <Source>MicroPython/uos.py</Source>
    <Source>MicroPython/ure.py</Source>
    <Source>MicroPython/uselect.py</Source>
    <Source>MicroPython/usocket.py</Source>
    <Source>MicroPython/ussl.py</Source>
    <Source>MicroPython/ustruct.py</Source>
    <Source>MicroPython/utime.py</Source>
    <Source>MicroPython/uzlib.py</Source>
    <Source>MicroPython/wipy.py</Source>
    <Source>Microbit/audio.py</Source>
    <Source>Microbit/machine.py</Source>
    <Source>Microbit/microbit/__init__.py</Source>
    <Source>Microbit/microbit/accelerometer.py</Source>
    <Source>Microbit/microbit/compass.py</Source>
    <Source>Microbit/microbit/display.py</Source>
    <Source>Microbit/microbit/i2c.py</Source>
    <Source>Microbit/microbit/spi.py</Source>
    <Source>Microbit/microbit/uart.py</Source>
    <Source>Microbit/micropython.py</Source>
    <Source>Microbit/music.py</Source>
    <Source>Microbit/neopixel.py</Source>
    <Source>Microbit/os.py</Source>
    <Source>Microbit/radio.py</Source>
    <Source>Microbit/random.py</Source>
    <Source>Microbit/speech.py</Source>
    <Source>Microbit/utime.py</Source>
  </Sources>
  <Others>
    <Other>.hgignore</Other>
    <Other>CircuitPython/uzlib</Other>
    <Other>circuitpython.api</Other>
    <Other>circuitpython.bas</Other>
    <Other>create_api.sh</Other>
    <Other>microbit.api</Other>
    <Other>microbit.bas</Other>
    <Other>micropython.api</Other>
    <Other>micropython.bas</Other>
    <Other>micropython.e4p</Other>
  </Others>
  <Vcs>
    <VcsType>Mercurial</VcsType>
    <VcsOptions>
      <dict>
        <key>
          <string>add</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>checkout</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>commit</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>diff</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>export</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>global</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>history</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>log</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>remove</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>status</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>tag</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
        <key>
          <string>update</string>
        </key>
        <value>
          <list>
            <string></string>
          </list>
        </value>
      </dict>
    </VcsOptions>
  </Vcs>
  <FiletypeAssociations>
    <FiletypeAssociation pattern="*.api" type="OTHERS"/>
    <FiletypeAssociation pattern="*.bas" type="OTHERS"/>
    <FiletypeAssociation pattern="*.e4p" type="OTHERS"/>
    <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
    <FiletypeAssociation pattern="*.md" type="OTHERS"/>
    <FiletypeAssociation pattern="*.proto" type="PROTOCOLS"/>
    <FiletypeAssociation pattern="*.py" type="SOURCES"/>
    <FiletypeAssociation pattern="*.rst" type="OTHERS"/>
    <FiletypeAssociation pattern="*.sh" type="OTHERS"/>
    <FiletypeAssociation pattern="*.txt" type="OTHERS"/>
    <FiletypeAssociation pattern="GNUmakefile" type="OTHERS"/>
    <FiletypeAssociation pattern="Makefile" type="OTHERS"/>
    <FiletypeAssociation pattern="README" type="OTHERS"/>
    <FiletypeAssociation pattern="README.*" type="OTHERS"/>
    <FiletypeAssociation pattern="makefile" type="OTHERS"/>
  </FiletypeAssociations>
  <LexerAssociations>
    <LexerAssociation pattern="*.py" lexer="MicroPython"/>
  </LexerAssociations>
</Project>

eric ide

mercurial