Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

supported.js 111B

123456789
  1. module.exports = {
  2. y: 1 << 0,
  3. n: 1 << 1,
  4. a: 1 << 2,
  5. p: 1 << 3,
  6. u: 1 << 4,
  7. x: 1 << 5,
  8. d: 1 << 6
  9. }