mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-23 11:06:19 +01:00
84 lines
1.5 KiB
Markdown
84 lines
1.5 KiB
Markdown
---
|
|
title: "Pybytes library API"
|
|
aliases:
|
|
- pybytes/api
|
|
---
|
|
|
|
* [Connect Wifi](connect_wifi)
|
|
|
|
* [Connect LTE](connect_lte)
|
|
|
|
* [Connect LoRa ABP](connect_lora_abp)
|
|
|
|
* [Connect LoRa OTAA](connect_lora_otaa)
|
|
|
|
* [Connect Sigfox](connect_sigfox)
|
|
|
|
* [Disconnect](disconnect)
|
|
|
|
* [Send custom message](send_custom_message)
|
|
|
|
* [Set custom message callback](set_custom_message_callback)
|
|
|
|
* [Send ping message](send_ping_message)
|
|
|
|
* [Send info message](send_info_message)
|
|
|
|
* [Send scan info message](send_scan_info_message)
|
|
|
|
* [Send digital pin value](send_digital_pin_value)
|
|
|
|
* [Send analog pin value](send_analog_pin_value)
|
|
|
|
* [Send virtual pin value](send_virtual_pin_value)
|
|
|
|
* [Send signal](send_signal)
|
|
|
|
* [Register periodical digital pin publish](register_periodical_digital_pin_publish)
|
|
|
|
* [Register periodical analog pin publish](register_periodical_analog_pin_publish)
|
|
|
|
* [Add custom method](add_custom_method)
|
|
|
|
* [Enable terminal](enable_terminal)
|
|
|
|
* [Send battery level](send_battery_level)
|
|
|
|
* [Send custom location](send_custom_location)
|
|
|
|
* [Is connected](is_connected)
|
|
|
|
* [isconnected](isconnected)
|
|
|
|
* [Connect](connect)
|
|
|
|
* [Write config](write_config)
|
|
|
|
* [Print cfg msg](print_cfg_msg)
|
|
|
|
* [Print config](print_config)
|
|
|
|
* [Get config](get_config)
|
|
|
|
* [Set config](set_config)
|
|
|
|
* [Update config](update_config)
|
|
|
|
* [Read config](read_config)
|
|
|
|
* [Reconnect](reconnect)
|
|
|
|
* [Export config](export_config)
|
|
|
|
* [Enable ssl](enable_ssl)
|
|
|
|
* [Enable lte](enable_lte)
|
|
|
|
* [Deepsleep](deepsleep)
|
|
|
|
* [Dump ca](dump_ca)
|
|
|
|
* [Start](start)
|
|
|
|
* [Activate](activate)
|