https://github.com/dakhnod/gpioasm-runtime-c

Platform agnostic runtime for gpioASM bytecode

https://github.com/dakhnod/gpioasm-runtime-c

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Platform agnostic runtime for gpioASM bytecode

Basic Info
  • Host: GitHub
  • Owner: dakhnod
  • Language: C
  • Default Branch: main
  • Size: 24.4 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

gpioASM runtime for C/C++

Platform agnostic runtime for gpioASM bytecode

Running the example

To test the example on any system with a compiler, just run gcc example.c gpioasm.c -o example ./example

If you want to enable debug and error logging, you need to inject the apropriate functions by using defines:

gcc example.c gpioasm.c -o example -DGPIOASM_LOG_DEBUG=printf -DGPIOASM_LOG_ERROR=printf -DGPIOASM_LOG_IMPORT="<stdio.h>" ./example

Owner

  • Name: Daniel Dakhno
  • Login: dakhnod
  • Kind: user

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2