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

[PXCT-198] MicroPython New Documentation #2260

Open
wants to merge 96 commits into
base: main
Choose a base branch
from

Commits on Oct 9, 2024

  1. First steps

    pedromsousalima committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d0182e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    5ebc29f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05eee48 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge pull request #2242 from arduino/karlsoderby/rev-micropython-fir…

    …ststeps
    
    MicroPython review ch01 + ch03
    karlsoderby authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0904d57 View commit details
    Browse the repository at this point in the history
  2. mp loop guide

    pedromsousalima committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c0983d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Added articles

    pedromsousalima committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5964719 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Fix folder structure

    karlsoderby committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4129e6c View commit details
    Browse the repository at this point in the history
  2. Update structure

    karlsoderby committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d8bbc22 View commit details
    Browse the repository at this point in the history
  3. basics update

    karlsoderby committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b445a26 View commit details
    Browse the repository at this point in the history
  4. Added installation

    pedromsousalima committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3571dcc View commit details
    Browse the repository at this point in the history
  5. Analog IO added

    pedromsousalima committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    004c803 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Linter

    pedromsousalima committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a2fc7d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda5000 View commit details
    Browse the repository at this point in the history
  3. Update loops

    Add better explanation of how loops works
    pedromsousalima committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6238558 View commit details
    Browse the repository at this point in the history
  4. Linter fix

    pedromsousalima committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3c9d0ab View commit details
    Browse the repository at this point in the history
  5. REPL added

    pedromsousalima committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    53676e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Fix linter

    pedromsousalima committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    755c248 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    13cde66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6016d View commit details
    Browse the repository at this point in the history
  3. Update digital-io.md

    karlsoderby committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    88f6a8e View commit details
    Browse the repository at this point in the history
  4. Update digital-io.md

    karlsoderby committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bf0a8cb View commit details
    Browse the repository at this point in the history
  5. Update digital-io.md

    karlsoderby committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    66a79a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a96bff6 View commit details
    Browse the repository at this point in the history
  7. Update digital-io.md

    karlsoderby committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b040193 View commit details
    Browse the repository at this point in the history
  8. Update analog-io.md

    karlsoderby committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d35a093 View commit details
    Browse the repository at this point in the history
  9. review loops pt1

    karlsoderby committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fe46696 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    5f9be60 View commit details
    Browse the repository at this point in the history
  2. loops pt2

    karlsoderby committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8786618 View commit details
    Browse the repository at this point in the history
  3. REPL review

    karlsoderby committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b921ab2 View commit details
    Browse the repository at this point in the history
  4. Update repl.md

    karlsoderby committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a7a75b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    5e53628 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2266 from arduino/karlsoderby/review-micropython-…

    …basics
    
    [PXCT-198] MicroPython basics review
    karlsoderby authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3516f2b View commit details
    Browse the repository at this point in the history
  3. Update installation.md

    karlsoderby committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2a97e65 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2262 from arduino/karlsoderby/micropython-review-2

    [PXCT-198] Review first steps.
    karlsoderby authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c2c5957 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2267 from arduino/karlsoderby/repl-review

    [PXCT-198] Review REPL
    karlsoderby authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    129c995 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f025bbc View commit details
    Browse the repository at this point in the history
  7. Update installation.md

    karlsoderby committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    236ea55 View commit details
    Browse the repository at this point in the history
  8. Distance+pixels

    karlsoderby committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    806a1ac View commit details
    Browse the repository at this point in the history
  9. buzzer

    karlsoderby committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    132992a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1008daf View commit details
    Browse the repository at this point in the history
  11. update frontmatters

    karlsoderby committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3eacc47 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2268 from arduino/karlsoderby/modulino-review

    [PXCT-198] Modulino Review
    Hannes7eicher authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c238e04 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2265 from arduino/hannes7eicher/Modulino-MicroPython

    Modulino Micropython Docs
    karlsoderby authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    917e07f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec287b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1b22fb View commit details
    Browse the repository at this point in the history
  16. Added "File System"

    pedromsousalima committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cdbd551 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    47f140b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Create micropython.md

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4484c48 View commit details
    Browse the repository at this point in the history
  2. remove link

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e4cf23e View commit details
    Browse the repository at this point in the history
  3. remove links

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a920267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41cd4ac View commit details
    Browse the repository at this point in the history
  5. add to sidebar

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    98c3d71 View commit details
    Browse the repository at this point in the history
  6. rename folder

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3ffa4f3 View commit details
    Browse the repository at this point in the history
  7. review file system

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    962fba4 View commit details
    Browse the repository at this point in the history
  8. review modules

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    36f27ae View commit details
    Browse the repository at this point in the history
  9. review code editor

    karlsoderby committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0d307ec View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. add boards

    karlsoderby committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    cf3a453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c49f0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2279 from arduino/karlsoderby/board-specific-guides

    Karlsoderby/board specific guides
    pedromsousalima authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f545c55 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge pull request #2271 from arduino/karlsoderby/review-ecosystem

    [PXCT-198] review ecosystem
    karlsoderby authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    195400b View commit details
    Browse the repository at this point in the history
  2. Add online editor guide

    karlsoderby committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0ff5ea4 View commit details
    Browse the repository at this point in the history
  3. Add datalogger tutorial

    karlsoderby committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    94ef4f2 View commit details
    Browse the repository at this point in the history
  4. Create reference.md

    karlsoderby committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e7c72f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Runtime added

    pedromsousalima committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3038b06 View commit details
    Browse the repository at this point in the history
  2. Small improvments

    pedromsousalima committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e579f79 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Update content/micropython/03.micropython/02.enviroment/00.online-edi…

    …tor/online-editor.md
    
    Co-authored-by: pedromsousalima <[email protected]>
    karlsoderby and pedromsousalima authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d03df6f View commit details
    Browse the repository at this point in the history
  2. Update content/micropython/03.micropython/02.enviroment/00.online-edi…

    …tor/online-editor.md
    
    Co-authored-by: pedromsousalima <[email protected]>
    karlsoderby and pedromsousalima authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    05c6333 View commit details
    Browse the repository at this point in the history
  3. Added nano esp 32

    pedromsousalima committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5d9f72e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Eddited Code Editor

    pedromsousalima committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e27e94b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Merge pull request #2285 from arduino/karlsoderby/move-reference

    [PXCT-44] MicroPython reference
    karlsoderby authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1073ce0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2283 from arduino/karlsoderby/online-editor

    [PXCT-200] Online Editor
    karlsoderby authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7e6c888 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2284 from arduino/karlsoderby/csv-storage

    [PXCT-42] Add datalogger tutorial
    karlsoderby authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6e14a2f View commit details
    Browse the repository at this point in the history
  4. installation + intro

    karlsoderby committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    bc3bfbd View commit details
    Browse the repository at this point in the history
  5. first sketch

    karlsoderby committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b35e41e View commit details
    Browse the repository at this point in the history
  6. foldername changes

    karlsoderby committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f2ab2e4 View commit details
    Browse the repository at this point in the history
  7. basics

    karlsoderby committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    40e03e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e09cd2c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update content/micropython/03.micropython/02.enviroment/00.online-edi…

    …tor/online-editor.md
    
    Co-authored-by: Gaia Castronovo <[email protected]>
    pedromsousalima and g-castronovo authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f711f1f View commit details
    Browse the repository at this point in the history
  2. Update content/micropython/03.micropython/02.enviroment/00.online-edi…

    …tor/online-editor.md
    
    Co-authored-by: Gaia Castronovo <[email protected]>
    pedromsousalima and g-castronovo authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ca182f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    010af8b View commit details
    Browse the repository at this point in the history
  4. Essentials created

    pedromsousalima committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7b1d750 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    b24c796 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    4f549f8 View commit details
    Browse the repository at this point in the history
  2. move online editor folder

    karlsoderby committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7f8c06e View commit details
    Browse the repository at this point in the history
  3. fix folder names

    karlsoderby committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fa82087 View commit details
    Browse the repository at this point in the history
  4. smaller updates

    karlsoderby committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b0e340b View commit details
    Browse the repository at this point in the history
  5. Update essentials.md

    karlsoderby committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b619a25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85e5a9d View commit details
    Browse the repository at this point in the history
  7. board examples update

    karlsoderby committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8e78dac View commit details
    Browse the repository at this point in the history
  8. add img rp2040

    karlsoderby committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5f4e3b7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2300 from arduino/karlsoderby/ble-sense

    [PXCT-231] BLE Sense + small fixes to other articles
    karlsoderby authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f9079e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Improved snippet

    pedromsousalima committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    239d572 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    e08df26 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Graphics added

    pedromsousalima committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    95f3074 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    28b2109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6dd60 View commit details
    Browse the repository at this point in the history