mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Merge "spiSetBitsPerWord doesn't exist; remove from headers."
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