mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
spiSetBitsPerWord doesn't exist; remove from headers.
Change-Id: I4899ec92a5198199699e7d840c9e0801cccdb861
This commit is contained in:
@@ -96,7 +96,6 @@ extern "C"
|
||||
int32_t spiRead(uint8_t port, uint8_t *buffer, uint8_t count);
|
||||
void spiClose(uint8_t port);
|
||||
void spiSetSpeed(uint8_t port, uint32_t speed);
|
||||
void spiSetBitsPerWord(uint8_t port, uint8_t bpw);
|
||||
void spiSetOpts(uint8_t port, int msb_first, int sample_on_trailing, int clk_idle_high);
|
||||
void spiSetChipSelectActiveHigh(uint8_t port, int32_t *status);
|
||||
void spiSetChipSelectActiveLow(uint8_t port, int32_t *status);
|
||||
|
||||
@@ -16,8 +16,6 @@ public class SPIJNI extends JNIWrapper {
|
||||
|
||||
public static native void spiSetSpeed(byte port, int speed);
|
||||
|
||||
public static native void spiSetBitsPerWord(byte port, byte bpw);
|
||||
|
||||
public static native void spiSetOpts(byte port, int msb_first, int sample_on_trailing,
|
||||
int clk_idle_high);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user