Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rymcu/rymcu-mcu-databases

Database that holds basic MCU information.
https://github.com/rymcu/rymcu-mcu-databases

Last synced: 8 days ago
JSON representation

Database that holds basic MCU information.

Awesome Lists containing this project

README

        

# rymcu-mcu-databases

Database that holds basic MCU information.

# How to use

```npm
npm install rymcu-mcu-databases
```

```js
const md = new MCUDatabases()
find_model(magic: number): MCUModel
add_model(models: Array)
get_databases():Array
print_model_info(model: MCUModel):void
```