-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
386 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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 file contains 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 file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: class GPIO::Error | ||
keywords: GPIO::Error | ||
tags: [class] | ||
summary: GPIO::Error class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: GPIO_Error.html | ||
folder: rbs_doc | ||
--- | ||
## Singleton methods | ||
### peripheral_error | ||
|
||
```ruby | ||
GPIO::Error.peripheral_error(Integer code, ?String name) -> Integer | ||
``` |
This file contains 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 file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: class JSON::DiggerError | ||
keywords: JSON::DiggerError | ||
tags: [class] | ||
summary: JSON::DiggerError class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: JSON_DiggerError.html | ||
folder: rbs_doc | ||
--- |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: class JSON::GeneratorError | ||
keywords: JSON::GeneratorError | ||
tags: [class] | ||
summary: JSON::GeneratorError class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: JSON_GeneratorError.html | ||
folder: rbs_doc | ||
--- |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: class JSON::JSONError | ||
keywords: JSON::JSONError | ||
tags: [class] | ||
summary: JSON::JSONError class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: JSON_JSONError.html | ||
folder: rbs_doc | ||
--- |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: class JSON::ParserError | ||
keywords: JSON::ParserError | ||
tags: [class] | ||
summary: JSON::ParserError class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: JSON_ParserError.html | ||
folder: rbs_doc | ||
--- |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: module JWT | ||
keywords: JWT | ||
tags: [module] | ||
summary: JWT module of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: JWT.html | ||
folder: rbs_doc | ||
--- | ||
## Singleton methods | ||
### decode | ||
|
||
```ruby | ||
JWT.decode(String token, ?String|nil secret, ?bool validate) -> [Object, Hash[String, Object]] | ||
``` | ||
### encode | ||
|
||
```ruby | ||
JWT.encode(String payload, ?String|nil secret, ?String algorithm) -> String | ||
``` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: class JWT::VerificationError | ||
keywords: JWT::VerificationError | ||
tags: [class] | ||
summary: JWT::VerificationError class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: JWT_VerificationError.html | ||
folder: rbs_doc | ||
--- |
This file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: class MbedTLS::HMAC | ||
keywords: MbedTLS::HMAC | ||
tags: [class] | ||
summary: MbedTLS::HMAC class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: MbedTLS_HMAC.html | ||
folder: rbs_doc | ||
--- | ||
## Singleton methods | ||
### new | ||
|
||
```ruby | ||
MbedTLS::HMAC.new(String key, String digest) -> MbedTLS::HMAC | ||
``` | ||
## Instance methods | ||
### digest | ||
|
||
```ruby | ||
instance.digest() -> String | ||
``` | ||
### hexdigest | ||
|
||
```ruby | ||
instance.hexdigest() -> String | ||
``` | ||
### reset | ||
|
||
```ruby | ||
instance.reset() -> MbedTLS::HMAC | ||
``` | ||
### update | ||
|
||
```ruby | ||
instance.update(String) -> MbedTLS::HMAC | ||
``` | ||
## Attr accessors | ||
### _digest (accessor) | ||
```ruby | ||
instance._digest -> String | ||
``` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: class PicoLine | ||
keywords: PicoLine | ||
tags: [class] | ||
summary: PicoLine class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: PicoLine.html | ||
folder: rbs_doc | ||
--- | ||
## Instance methods | ||
### ask | ||
|
||
```ruby | ||
instance.ask(String) ?{ (Question) -> void } -> String | ||
``` | ||
## Attr accessors | ||
### default (accessor) | ||
```ruby | ||
instance.default -> String? | ||
``` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: class PicoLine::Question | ||
keywords: PicoLine::Question | ||
tags: [class] | ||
summary: PicoLine::Question class of PicoRuby | ||
sidebar: picoruby_sidebar | ||
permalink: PicoLine_Question.html | ||
folder: rbs_doc | ||
--- | ||
## Attr accessors | ||
### default (accessor) | ||
```ruby | ||
instance.default -> String | ||
``` | ||
### default_hint_show (accessor) | ||
```ruby | ||
instance.default_hint_show -> bool | ||
``` |
This file contains 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
Oops, something went wrong.