File: examples.md

package info (click to toggle)
pico-sdk 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,960 kB
  • sloc: ansic: 150,165; asm: 13,474; python: 2,885; cpp: 2,192; yacc: 381; lex: 270; makefile: 33; sh: 15; javascript: 13
file content (21 lines) | stat: -rw-r--r-- 1,067 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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).