Skip to content

my first time with MCU rby pico, so many problem need all guy solve

Notifications You must be signed in to change notification settings

Thongtdextra/rby_pico_led_on_off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rby_pico_testingled

my first time with MCU rby pico, so many problem need all guy solve

clone sdk pico and example first

git clone https://github.com/raspberrypi/pico-sdk.git

git clone https://github.com/raspberrypi/pico-examples.git

clone code testing led

git clone https://github.com/Thongtdextra/rby_pico_led_on_off.git

mkdir build and make file executed

mkdir build

cd build

export PICO_SDK_PATH=/home/thongtd/pico/pico-sdk

cmake ..

When make done, the result will be:

-- Configuring done

-- Generating done

-- Build files have been written to: /home/User/pico/rby_pico_testingled/build

Build file elf

In path build $ make -j4 or jusst $ make

When make done, the result will be:

[ 0%] Creating directories for 'ELF2UF2Build'

. . .

[100%] Linking CXX executable blink.elf

[100%] Built target blink

About

my first time with MCU rby pico, so many problem need all guy solve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published