MCPcopy Create free account

hub / github.com/antirez/freakwan / functions

Functions351 in github.com/antirez/freakwan

Functionlinenoise
The high level function that is the main API of the linenoise library. * This function checks if the terminal has basic capabilities, just checking
osx-bte-cli/linenoise.c:1188
FunctionlinenoiseAddCompletion
This function is used by the callback function registered by the user * in order to add completion options given the input string when the * user ty
osx-bte-cli/linenoise.c:462
FunctionlinenoiseAtExit
At exit we'll try to fix the terminal to the initial conditions. */
osx-bte-cli/linenoise.c:1237
FunctionlinenoiseFree
This is just a wrapper the user may want to call in order to make sure * the linenoise returned buffer is freed with the same allocator it was * cre
osx-bte-cli/linenoise.c:1217
FunctionlinenoiseHide
Hide the current line, when using the multiplexing API. */
osx-bte-cli/linenoise.c:705
FunctionlinenoiseHistoryLoad
Load the history from the specified file. If the file does not exist * zero is returned and no operation is performed. * * If the file exists and t
osx-bte-cli/linenoise.c:1332
FunctionlinenoiseHistorySave
Save the history in the specified file. On success 0 is returned * otherwise -1 is returned. */
osx-bte-cli/linenoise.c:1312
FunctionlinenoiseHistorySetMaxLen
Set the maximum length for the history. This function can be called even * if there is already some history, the function will make sure to retain *
osx-bte-cli/linenoise.c:1282
FunctionlinenoiseMaskModeDisable
Disable mask mode. */
osx-bte-cli/linenoise.c:198
FunctionlinenoiseMaskModeEnable
Enable "mask mode". When it is enabled, instead of the input that * the user is typing, the terminal will just display a corresponding * number of a
osx-bte-cli/linenoise.c:193
FunctionlinenoisePrintKeyCodes
This special mode is used by linenoise in order to print scan codes * on screen for debugging / development purposes. It is implemented * by the lin
osx-bte-cli/linenoise.c:1122
FunctionlinenoiseSetCompletionCallback
Register a callback function to be called for tab-completion. */
osx-bte-cli/linenoise.c:442
FunctionlinenoiseSetFreeHintsCallback
Register a function to free the hints returned by the hints callback * registered with linenoiseSetHintsCallback(). */
osx-bte-cli/linenoise.c:454
FunctionlinenoiseSetHintsCallback
Register a hits function to be called to show hits to the user at the * right of the prompt. */
osx-bte-cli/linenoise.c:448
FunctionlinenoiseSetMultiLine
Set if to use or not the multi line mode. */
osx-bte-cli/linenoise.c:203
FunctionlinenoiseShow
Show the current line, when using the multiplexing API. */
osx-bte-cli/linenoise.c:713
Methodlora_tx_done
(self)
freakwan.py:397
Functionmain
font-4x6/font_to_py.c:11
Functionmain
fci/pngtofci.c:355
Methodmin_refresh_time
(self)
views.py:63
Methodmin_refresh_time
(self)
scroller.py:157
Methodmodem_is_receiving_packet
(self)
sx1262.py:384
Functiononrx
(lora_instance,packet,rssi,bad_crc)
sx1262.py:417
Methodpower_up
(freakwan)
devices/device_config.t3_v2_1_6.py:15
Methodpower_up
(freakwan)
devices/device_config.t3_s3_v1_2.py:15
Methodpower_up
(freakwan)
devices/device_config.tbeam_t22_v1_1.py:16
Methodpower_up
(freakwan)
devices/device_config.heltec_v3.py:21
Methodpower_up
(freakwan)
devices/device_config.pico.lora.sx1262.868m.py:7
Methodpower_up
(freakwan)
devices/device_config.t_watch_s3.py:32
Methodprint
(self,msg)
scroller.py:194
Functionreceive_callback
()
bt.py:163
Methodreceive_callback
(self,lora_instance,packet,RSSI)
example.py:37
Methodreceive_lora_packet
(self,lora_instance,packet,rssi,bad_crc)
freakwan.py:542
Methodrect
(self,x,y,w,h,color,fill=False)
st7789.py:227
Methodrefresh
(self)
views.py:22
Methodrefresh
(self,show=True)
scroller.py:168
Methodreply_to_serial
(self,msg)
freakwan.py:801
Methodrun
(self)
telegram.py:38
Methodsend
(self,chat_id,text,glue=False)
telegram.py:254
Methodset_contrast
(self,contrast)
scroller.py:44
Methodshow_mono
(self)
st7789.py:342
Methodshow_rgb
(self)
st7789.py:317
Methodsize
(self)
fci.py:23
Methodstop
(self)
networking.py:208
Methodstop
(self)
telegram.py:32
Methodtelegram_receive_callback
(self,bot,msg_type,chat_name,sender_name,chat_id,text,entry)
freakwan.py:737
Methodtxrxdone
(self, pin)
sx1276.py:252
Methodtxrxdone
(self, pin)
sx1262.py:322
Methodwait_for_connection
(self)
networking.py:217
Methodwrite_cmd
(self, cmd)
ssd1306.py:141
Methodwrite_data
(self, buf)
ssd1306.py:149
← previous301–351 of 351, ranked by callers