Skip to content

Launchpad Pro Simulator: development platform for PlatformIO

Notifications You must be signed in to change notification settings

ivofrolov/platform-launchpadpro-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launchpad Pro Simulator: development platform for PlatformIO

WORK IN PROGRESS | ONLY MACOS SUPPORTED CURRENTLY

Native desktop simulator to simplify firmware development for the Novation Launchpad Pro grid controller.

See the original documentation for API and hardware description.

Getting Started

Install development platform.

pio platform install https://github.com/ivofrolov/platform-launchpadpro-simulator.git

Create project using pio init and adjust platformio.ini like so.

[env:launchpadpro-simulator]
platform = launchpadpro-simulator

You can combine both simulator and hardware platform in one project using Platformio environments.

Compile firmware and launch simulator using pio run -t exec.

See example.

Screenshot

About

Launchpad Pro Simulator: development platform for PlatformIO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published