Fixing more.
This commit is contained in:
@ -141,7 +141,7 @@
|
||||
Y(esp_camera_init, n0 = esp_camera_init((camera_config_t *) a0)) \
|
||||
Y(esp_camera_deinit, PUSH esp_camera_deinit()) \
|
||||
Y(esp_camera_fb_get, PUSH esp_camera_fb_get()) \
|
||||
Y(esp_camera_db_return, esp_camera_fb_return((camera_fb_t *) a0); DROP) \
|
||||
Y(esp_camera_fb_return, esp_camera_fb_return((camera_fb_t *) a0); DROP) \
|
||||
Y(esp_camera_sensor_get, PUSH esp_camera_sensor_get())
|
||||
#endif
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
vocabulary bterm bterm definitions
|
||||
also bluetooth also internals
|
||||
SerialBT.new constant bt
|
||||
z" forth" 0 bt SerialBT.begin .
|
||||
z" forth" 0 bt SerialBT.begin drop
|
||||
esp_bt_dev_get_address hex 6 dump cr
|
||||
: bt-type bt SerialBT.write drop ;
|
||||
: bt-key
|
||||
@ -12,4 +12,5 @@ esp_bt_dev_get_address hex 6 dump cr
|
||||
: bt-on ['] bt-type is type ['] bt-key is key ;
|
||||
: bt-off ['] arduino-type is type ['] arduino-key is key ;
|
||||
only forth definitions
|
||||
bterm 500 ms bt-on
|
||||
| evaluate ;
|
||||
|
||||
@ -46,8 +46,9 @@ forth definitions
|
||||
|
||||
vocabulary SD_MMC SD_MMC definitions
|
||||
transfer{
|
||||
SD_MMC.begin SD_MMC.end
|
||||
SD_MMC.cardType
|
||||
SD_MMC.begin
|
||||
SD_MMC.end
|
||||
SD_MMC.totalBytes SD_MMC.usedBytes
|
||||
}transfer
|
||||
forth definitions
|
||||
|
||||
Reference in New Issue
Block a user