This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| This is an example of how simple driving a Neopixel can be | |
| This code is optimized for understandability and changability rather than raw speed | |
| More info at http://wp.josh.com/2014/05/11/ws2812-neopixels-made-easy/ | |
| */ | |
| // Change this to be at least as long as your pixel string (too long will work fine, just be a little slower) | |
| #define PIXELS 46 // Number of pixels in the string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <domain type='kvm'> | |
| <name>win11-real</name> | |
| <uuid>45768371-b871-4937-b7c2-60ed835011de</uuid> | |
| <metadata> | |
| <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> | |
| <libosinfo:os id="http://microsoft.com/win/10"/> | |
| </libosinfo:libosinfo> | |
| </metadata> | |
| <memory unit='KiB'>33554432</memory> | |
| <currentMemory unit='KiB'>33554432</currentMemory> |