usealienrgb::{Commands, Elc};/*
* Copyright (c) 2025 Matteo Franceschini
* All rights reserved.
*
* Use of this source code is governed by BSD-3-Clause-Clear
* license that can be found in the LICENSE file
*/fnmain(){letmut elc =Elc::new();let status = elc.execute(&Commands::EraseFlash);println!("{status:#?}");}