Skip to content

Commit

Permalink
switch index
Browse files Browse the repository at this point in the history
  • Loading branch information
lzty634158 committed Jan 5, 2018
1 parent f84ebf0 commit f62f581
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion enums.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
NUM8 = 0x19,
NUM9 = 0x1A,
}
declare namespace IR {
declare namespace Mbit_IR {
}

// Auto-generated. Do not edit. Really.
4 changes: 2 additions & 2 deletions ir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ enum class RemoteButton {
NUM9 = 0x1A
};

//% color=50 weight=80
//% color=50 weight=19
//% icon="\uf1eb"
namespace IR {
namespace Mbit_IR {
map<RemoteButton, vA> actions;
map<RemoteButton, uint32_t> lastact;
Timer tsb;
Expand Down
4 changes: 2 additions & 2 deletions shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@



//% color=50 weight=80
//% color=50 weight=19
//% icon="\uf1eb"
declare namespace IR {
declare namespace Mbit_IR {

/**
* button pushed.
Expand Down

0 comments on commit f62f581

Please sign in to comment.