diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-19 19:47:51 +0530 |
commit | 4fd287655a72b9aea14cdac715ad5b90ed082ed2 (patch) | |
tree | 65d393bc0e699dd12d05b29ba568e04cea666207 /circuitpython/ports/raspberrypi/sdk/docs/examples.md | |
parent | 0150f70ce9c39e9e6dd878766c0620c85e47bed0 (diff) |
add circuitpython code
Diffstat (limited to 'circuitpython/ports/raspberrypi/sdk/docs/examples.md')
-rw-r--r-- | circuitpython/ports/raspberrypi/sdk/docs/examples.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/circuitpython/ports/raspberrypi/sdk/docs/examples.md b/circuitpython/ports/raspberrypi/sdk/docs/examples.md new file mode 100644 index 0000000..2553591 --- /dev/null +++ b/circuitpython/ports/raspberrypi/sdk/docs/examples.md @@ -0,0 +1,21 @@ +## Examples Index {#examples_page} + +This page links to the various example code fragments in this documentation. For more complete examples, please see the [pico-examples](https://github.com/raspberrypi/pico-examples) repository, which contains complete buildable projects. + + - [RTC example](@ref rtc_example) + - [UART example](@ref uart_example) + - [ADC example](@ref adc_example) + - [I2C example](@ref i2c_example) + - [Clock example](@ref clock_example) + - [Timer example](@ref timer_example) + - [Flash programming example](@ref flash_example) + - [Watchdog example](@ref watchdog_example) + - [Divider example](@ref divider_example) + - [PWM example](@ref pwm_example) + - [Multicore example](@ref multicore_example) + - [Reset example](@ref reset_example) + + +All examples are "Copyright (c) 2020 Raspberry Pi (Trading) Ltd", and are released under a 3-Clause BSD licence. Briefly, this means you are free to use the example code +as long as you retain the copyright notice. Full details on the licence can be found [here](https://opensource.org/licenses/BSD-3-Clause). + |