1## Examples Index {#examples_page} 2 3This 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. 4 5 - [RTC example](@ref rtc_example) 6 - [UART example](@ref uart_example) 7 - [ADC example](@ref adc_example) 8 - [I2C example](@ref i2c_example) 9 - [Clock example](@ref clock_example) 10 - [Timer example](@ref timer_example) 11 - [Flash programming example](@ref flash_example) 12 - [Watchdog example](@ref watchdog_example) 13 - [Divider example](@ref divider_example) 14 - [PWM example](@ref pwm_example) 15 - [Multicore example](@ref multicore_example) 16 - [Reset example](@ref reset_example) 17 18 19All 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 20as long as you retain the copyright notice. Full details on the licence can be found [here](https://opensource.org/licenses/BSD-3-Clause). 21 22