S
Signalgenmcp4922
by @NepToasty
A sigal generator for teensy 4.1
Created 3/22/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
SignalGenMCP4922
A teensy 4.1 signal generator that outputs a sin wave over the MCP4922
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/NepToasty/SignalGenMCP4922
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"neptoasty-signalgenmcp4922": {
"command": "git",
"args": [
"clone",
"https://github.com/NepToasty/SignalGenMCP4922"
]
}
}
}