mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Add serial communication category (#122)
This commit is contained in:
parent
7cbed3e50e
commit
1e5cbdfd12
@ -31,6 +31,7 @@
|
|||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Operating system](#operating-system)
|
- [Operating system](#operating-system)
|
||||||
- [Networking](#networking)
|
- [Networking](#networking)
|
||||||
|
- [Serial Communications](#serial-communications)
|
||||||
- [Automation](#automation)
|
- [Automation](#automation)
|
||||||
- [Telegram](#telegram)
|
- [Telegram](#telegram)
|
||||||
- [Discord](#discord)
|
- [Discord](#discord)
|
||||||
@ -49,7 +50,7 @@
|
|||||||
- [Tutorials](#tutorials)
|
- [Tutorials](#tutorials)
|
||||||
- [Online IDEs with V](#online-ides-with-v)
|
- [Online IDEs with V](#online-ides-with-v)
|
||||||
- [Articles](#articles)
|
- [Articles](#articles)
|
||||||
- [Books](#books).
|
- [Books](#books)
|
||||||
- [Communities](#communities)
|
- [Communities](#communities)
|
||||||
- [Forums](#forums)
|
- [Forums](#forums)
|
||||||
- [Operating Systems & OS Development Examples](#operating-systems--os-development-examples)
|
- [Operating Systems & OS Development Examples](#operating-systems--os-development-examples)
|
||||||
@ -186,6 +187,11 @@
|
|||||||
|
|
||||||
- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library).
|
- [vmq](https://github.com/jordan-bonecutter/vmq) - V wrapper For [ZMQ](https://zeromq.org/) (aka ZeroMQ, ØMQ, 0MQ: a high-performance asynchronous messaging library).
|
||||||
|
|
||||||
|
### Serial Communications
|
||||||
|
- [vserialport](https://github.com/erdetn/vserialport) - V wrapper for [libserialport](https://sigrok.org/wiki/Libserialport).
|
||||||
|
- [vserialx](https://github.com/erdetn/vserialx) - A tiny (wrapper) serial communication library for Linux written in V.
|
||||||
|
- [vi2c](https://github.com/erdetn/vi2c) - A tiny (wrapper) library for I2C serial communication for Linux written in V.
|
||||||
|
|
||||||
### Automation
|
### Automation
|
||||||
|
|
||||||
- [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
- [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.
|
||||||
|
Loading…
Reference in New Issue
Block a user