Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-27 | Add license (MPL 2.0) | Teddy Wing | |
MPL 2.0 for the library, and GPLv3+ for the example code. | |||
2022-10-27 | example/main.c: Add a help argument and output | Teddy Wing | |
2022-10-27 | example/main.c: Get and set volume separately from cmdline args | Teddy Wing | |
If no arguments are given, print the current system alert volume. If an argument is given, set the alert volume to the given argument. | |||
2022-10-27 | Build the example | Teddy Wing | |
* Add a Makefile to build the example code. * Update the example to use the new function names. * Add the library to `example/` with symlinks to simulate a submodule. | |||
2022-10-25 | Move the `main()` function to a new example file | Teddy Wing | |