Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ readRegisterSPI_1
Function
readRegisterSPI_1
modules/drivers/arducam/modArducam.c:374–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
uint8_t readRegisterSPI_1(ArduCAM ac, uint8_t addr, uint8_t bit)
375
{
376
return readRegisterSPI_8(ac, addr) & bit;
377
}
378
379
void writeRegisterI2C_8(ArduCAM ac, uint8_t reg, uint8_t value)
380
{
Callers
1
xs_arducam_capture
Function · 0.85
Calls
1
readRegisterSPI_8
Function · 0.85
Tested by
no test coverage detected