Skip to content

A sample mruby/c project for RaspberryPi Pico

Notifications You must be signed in to change notification settings

gfd-dennou-club/mrubyc-pico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mruby/c project for RaspberryPi Pico

Getting started

How to edit Ruby file

Please see src/master.rb

Directory tree

.
├── CMakeLists.txt
├── README.md
├── build
├── components   : include files (mruby/c source is here!)
├── main         : program files written by C
├── mrblib       : class and method written by Ruby
├── pico_sdk_import.cmake
└── src          : main file (Ruby) is here!

Acknowledgement

This project is a successor of aikawaYO/mrubyc-pico which uses mruby/c version 2.x and picoruby/mrubyc-pico which uses mruby/c version 3.0.

Contributing

Fork, clone, patch and send a pull request.

About

A sample mruby/c project for RaspberryPi Pico

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.2%
  • CMake 17.6%
  • Ruby 10.2%