Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Branch with the V2 documentation #743

Closed
wants to merge 11 commits into from

Commits on Apr 28, 2022

  1. docs: Update the docs to include the V2 API (bbcmicrobit#692)

    * Add microphone API
    
    * include V2 on index
    
    * update music and V2 pins
    
    * update speech
    
    * update audio
    
    * update i2c
    
    * add description to built-in sounds
    
    * format sounds
    
    * format pins
    
    * format pins
    
    * spelling
    
    * Update docs/audio.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/audio.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/i2c.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/microbit_micropython_api.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/microbit_micropython_api.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * changes based on initial feedback
    
    * update return pin
    
    * sound is in microbit module
    
    * Update docs/audio.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/microbit_micropython_api.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/microbit_micropython_api.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * more feedback updates
    
    * spacing
    
    * Update docs/audio.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * does this comment work?
    
    * Revert "does this comment work?"
    
    This reverts commit 4846113.
    
    * update audio
    
    * update audio
    
    * add Python Editor
    
    * add references to sound
    
    * update mic image
    
    * Update docs/microbit_micropython_api.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * multiple fixes
    
    * use Param in docs
    
    * update SouneEvent
    
    * update microphone module
    
    * update param
    
    * update image list
    
    * update parameters
    
    * remove note
    
    * update param
    
    * add line break
    
    * add mic and make clases a-z
    
    * format parameters
    
    * Update docs/microbit_micropython_api.rst
    
    * Update docs/microbit_micropython_api.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * more updates
    
    * tidy up
    
    * move SoundEvent
    
    * Revert "move SoundEvent"
    
    This reverts commit 8f52c97.
    
    * move soundEvent
    
    * update image list
    
    * remove param reference
    
    * more feedback updates
    
    * move audio to modules
    
    * Update docs/music.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/microphone.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/microbit_micropython_api.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/microphone.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/music.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/audio.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * more updates
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    microbit-mark and microbit-carlos committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cd5a13e View commit details
    Browse the repository at this point in the history
  2. Docs: update for V2 neopixel module (bbcmicrobit#694)

    * Docs: update for RGBW neopixel
    
    * Docs: RGBW neopixels
    
    * Update docs/neopixel.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/neopixel.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * change to bpp
    
    * change to bpp
    
    * add image attribution
    
    * Update docs/neopixel.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Add V2 methods
    
    * Docs: Update neopixel
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    microbit-mark and microbit-carlos committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    309a585 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Docs: Speaker update and play() pin arguments (bbcmicrobit#695)

    * speaker pin changes
    
    * Docs: update speaker pin info
    
    * Add speaker page
    
    * grammar
    
    * Link to speaker page
    
    * add speaker to navigation
    
    * add speaker example
    
    * Update docs/speaker.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/speaker.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Update docs/music.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    
    * Docs: Update speaker pin
    
    * remove build
    
    * gitignore _build directory
    
    * update music
    
    * Update docs/music.rst
    
    * Update docs/speech.rst
    
    * Update docs/speech.rst
    
    * Update docs/speech.rst
    
    * Update docs/music.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    microbit-mark and microbit-carlos committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    933c34e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b59d3 View commit details
    Browse the repository at this point in the history
  3. V2 docs: Add pin set_touch_mode() (bbcmicrobit#701)

    * V2 docs: add set_touch_mode()
    
    * V2 docs: add set_touch_mode() to micropython API doc
    microbit-mark authored and microbit-carlos committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c024951 View commit details
    Browse the repository at this point in the history
  4. docs: Update Memory layout, Partial Flashing, Building for V2, BLE (b…

    …bcmicrobit#705)
    
    * Add layout table and partial flashing
    
    * deprecated appending script
    
    * add build info for v2
    
    * Add section on BLE DFU for V2
    
    * Carlos' feedback
    
    * fix filesystem link
    
    * fixup! fix filesystem link
    
    * fixup! fixup! fix filesystem link
    
    * formatting
    
    * formatting
    
    * fix filesystem link
    
    * Update docs/devguide/hexformat.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    microbit-sam and microbit-carlos committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    a38b3e2 View commit details
    Browse the repository at this point in the history
  5. docs: Include V2 features in tutorials (bbcmicrobit#709)

    * docs: update-tutorials for V2
    
    * docs: update images
    
    * remove pin functions reference link
    
    * reduce size of image
    
    * Update docs/pin.rst
    
    * Update docs/pin.rst
    
    * Update docs/tutorials/io.rst
    
    Co-authored-by: Carlos Pereira Atencio <[email protected]>
    microbit-mark and microbit-carlos committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0dcd7a6 View commit details
    Browse the repository at this point in the history
  6. docs: dev guide updates (bbcmicrobit#711)

    Completes and merges build and flash pages.
    Adds V2 info.
    Removes outdated FAQ page.
    Adds WebUSB info to REPL page.
    
    Rebase update: Keeps and updates the flashing paragraph in
    flashfirmware page.
    microbit-mark authored and microbit-carlos committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    e11a2c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b690a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    790f387 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45c3f4d View commit details
    Browse the repository at this point in the history